{ "name": "RemoveTeamMember", "fully_qualified_name": "VercelApi.RemoveTeamMember@0.1.0", "description": "Remove or dismiss a team member or leave a team.\n\nThis tool removes a team member from a team, dismisses a user who requested access, or allows a user to leave a team on Vercel.", "toolkit": { "name": "ArcadeVercelApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "user_id", "required": true, "description": "The unique identifier of the user to be removed or dismissed from the team.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The user ID of the member." }, "inferrable": true, "http_endpoint_parameter_name": "uid" }, { "name": "team_id", "required": true, "description": "The ID of the team from which to remove or dismiss a member, or leave.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "teamId" }, { "name": "new_default_team_id", "required": false, "description": "The ID of the team to set as the new default team for the Northstar user when removing another team member.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the team to set as the new default team for the Northstar user." }, "inferrable": true, "http_endpoint_parameter_name": "newDefaultTeamId" } ] }, "output": { "description": "Response from the API endpoint 'removeTeamMember'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": null, "secrets": [ { "key": "VERCEL_ACCESS_TOKEN" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.1.0", "description": "Tools that enable LLMs to interact directly with the vercel API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.vercel.com/v1/teams/{teamId}/members/{uid}", "http_method": "DELETE", "headers": { "Content-Type": "application/json" }, "parameters": [ { "name": "newDefaultTeamId", "tool_parameter_name": "new_default_team_id", "description": "The ID of the team to set as the new default team for the Northstar user.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the team to set as the new default team for the Northstar user." }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "uid", "tool_parameter_name": "user_id", "description": "The user ID of the member.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The user ID of the member." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "teamId", "tool_parameter_name": "team_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "VERCEL_ACCESS_TOKEN", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "", "is_auth_token": false } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }