arcade-mcp/toolkits/exa_api/arcade_exa_api/wrapper_tools/GetWebsetDetails.json
2025-10-30 12:02:59 -03:00

137 lines
3.9 KiB
JSON

{
"name": "GetWebsetDetails",
"fully_qualified_name": "ExaApi.GetWebsetDetails@0.1.0",
"description": "Retrieve detailed information about a specific webset.\n\nThis tool is used to obtain the details of a specific webset using its unique identifier. Call this when you need information related to a particular webset.",
"toolkit": {
"name": "ArcadeExaApi",
"description": null,
"version": "0.1.0"
},
"input": {
"parameters": [
{
"name": "webset_identifier",
"required": true,
"description": "The unique identifier or external ID for the Webset to retrieve.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The id or externalId of the Webset."
},
"inferrable": true,
"http_endpoint_parameter_name": "id"
},
{
"name": "resources_to_expand",
"required": false,
"description": "A list of resources to include in the response for additional details.",
"value_schema": {
"val_type": "array",
"inner_val_type": "string",
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Expand the response with the specified resources"
},
"inferrable": true,
"http_endpoint_parameter_name": "expand"
}
]
},
"output": {
"description": "Response from the API endpoint 'websets-get'.",
"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": "EXA_API_KEY"
}
],
"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 exa API."
},
"http_endpoint": {
"metadata": {
"object_type": "http_endpoint",
"version": "1.2.0",
"description": ""
},
"url": "https://api.exa.ai/websets/v0/websets/{id}",
"http_method": "GET",
"headers": {},
"parameters": [
{
"name": "expand",
"tool_parameter_name": "resources_to_expand",
"description": "Expand the response with the specified resources",
"value_schema": {
"val_type": "array",
"inner_val_type": "string",
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Expand the response with the specified resources"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "id",
"tool_parameter_name": "webset_identifier",
"description": "The id or externalId of the Webset.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The id or externalId of the Webset."
},
"accepted_as": "path",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
}
],
"documentation_urls": [],
"secrets": [
{
"arcade_key": "EXA_API_KEY",
"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
}
}