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

56 lines
1.5 KiB
JSON

{
"name": "GetFreshserviceCannedResponses",
"fully_qualified_name": "FreshserviceApi.GetFreshserviceCannedResponses@1.0.0",
"description": "Retrieve all canned responses in Freshservice.\n\nUse this tool to get a list of all canned responses configured in Freshservice, useful for customer support and ticket management.",
"toolkit": {
"name": "ArcadeFreshserviceApi",
"description": null,
"version": "1.0.0"
},
"input": {
"parameters": []
},
"output": {
"description": "Response from the API endpoint 'list-canned-responses'.",
"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/canned_responses",
"http_method": "GET",
"headers": {},
"parameters": [],
"documentation_urls": [],
"secrets": [],
"request_body_spec": null,
"use_request_body_schema_mode": false,
"validate_request_body_schema": false
}
}