{ "name": "SearchTrelloMembers", "fully_qualified_name": "TrelloApi.SearchTrelloMembers@2.0.0", "description": "Search and retrieve Trello member information.\n\nUse this tool to search for and retrieve information about Trello members based on specified criteria. It helps in finding users within Trello efficiently.", "toolkit": { "name": "ArcadeTrelloApi", "description": null, "version": "2.0.0" }, "input": { "parameters": [ { "name": "search_query", "required": true, "description": "The search term for finding Trello members, between 1 and 16384 characters long.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Search query 1 to 16384 characters long" }, "inferrable": true, "http_endpoint_parameter_name": "query" }, { "name": "result_limit", "required": false, "description": "Specify the maximum number of Trello member search results to return, with a maximum of 20.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The maximum number of results to return. Maximum of 20." }, "inferrable": true, "http_endpoint_parameter_name": "limit" }, { "name": "board_id", "required": false, "description": "The ID of the Trello board to filter members by. Leave empty to include all boards.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "idBoard" }, { "name": "organization_id", "required": false, "description": "Unique identifier for the organization to filter the search results. Use this to limit the search to members within a specific organization.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "idOrganization" }, { "name": "restrict_to_organization_members", "required": false, "description": "If true, limit the search results to include only members of the organization.", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "onlyOrgMembers" } ] }, "output": { "description": "Response from the API endpoint 'get-search-members'.", "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": "TRELLO_API_KEY" }, { "key": "TRELLO_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 trello API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.trello.com/1/search/members/", "http_method": "GET", "headers": {}, "parameters": [ { "name": "query", "tool_parameter_name": "search_query", "description": "Search query 1 to 16384 characters long", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Search query 1 to 16384 characters long" }, "accepted_as": "query", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "limit", "tool_parameter_name": "result_limit", "description": "The maximum number of results to return. Maximum of 20.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The maximum number of results to return. Maximum of 20." }, "accepted_as": "query", "required": false, "deprecated": false, "default": 8, "documentation_urls": [] }, { "name": "idBoard", "tool_parameter_name": "board_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "idOrganization", "tool_parameter_name": "organization_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "onlyOrgMembers", "tool_parameter_name": "restrict_to_organization_members", "description": "", "value_schema": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "query", "required": false, "deprecated": false, "default": false, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "TRELLO_API_KEY", "parameter_name": "key", "accepted_as": "query", "formatted_value": null, "description": "", "is_auth_token": false }, { "arcade_key": "TRELLO_TOKEN", "parameter_name": "token", "accepted_as": "query", "formatted_value": null, "description": "", "is_auth_token": false } ], "request_body_spec": null, "use_request_body_schema_mode": false, "validate_request_body_schema": false } }