arcade-mcp/toolkits/freshservice_api/arcade_freshservice_api/wrapper_tools/GetSpecificLocation.json

91 lines
2.5 KiB
JSON

{
"name": "GetSpecificLocation",
"fully_qualified_name": "FreshserviceApi.GetSpecificLocation@1.0.0",
"description": "Retrieve information about a specific location.\n\nUse this tool to get detailed information about a specific location by providing the location ID. It should be called when precise location data is needed from the Freshservice system.",
"toolkit": {
"name": "ArcadeFreshserviceApi",
"description": null,
"version": "1.0.0"
},
"input": {
"parameters": [
{
"name": "location_identifier",
"required": true,
"description": "The unique ID of the location to retrieve details from Freshservice.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": ""
},
"inferrable": true,
"http_endpoint_parameter_name": "location_id"
}
]
},
"output": {
"description": "Response from the API endpoint 'get-location'.",
"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": null,
"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 Freshservice API."
},
"http_endpoint": {
"metadata": {
"object_type": "http_endpoint",
"version": "1.2.0",
"description": ""
},
"url": "https://api.freshservice.com/api/v2/locations/{location_id}",
"http_method": "GET",
"headers": {},
"parameters": [
{
"name": "location_id",
"tool_parameter_name": "location_identifier",
"description": "",
"value_schema": {
"val_type": "integer",
"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": [],
"request_body_spec": null,
"use_request_body_schema_mode": false,
"validate_request_body_schema": false
}
}