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

124 lines
3.5 KiB
JSON

{
"name": "DeleteChangeTask",
"fully_qualified_name": "FreshserviceApi.DeleteChangeTask@1.0.0",
"description": "Delete a task from a Change request in Freshservice.\n\nUse this tool to delete a specific task associated with a Change request in Freshservice by providing the Change and Task IDs.",
"toolkit": {
"name": "ArcadeFreshserviceApi",
"description": null,
"version": "1.0.0"
},
"input": {
"parameters": [
{
"name": "change_request_id",
"required": true,
"description": "The numeric ID of the change request from which the task will be deleted.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "ID of change"
},
"inferrable": true,
"http_endpoint_parameter_name": "change_id"
},
{
"name": "task_id",
"required": true,
"description": "Provide the integer ID of the task to be deleted from the Change request.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "ID of task"
},
"inferrable": true,
"http_endpoint_parameter_name": "task_id"
}
]
},
"output": {
"description": "Response from the API endpoint 'delete-change-task'.",
"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/changes/{change_id}/tasks/{task_id}",
"http_method": "DELETE",
"headers": {},
"parameters": [
{
"name": "change_id",
"tool_parameter_name": "change_request_id",
"description": "ID of change",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "ID of change"
},
"accepted_as": "path",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "task_id",
"tool_parameter_name": "task_id",
"description": "ID of task",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "ID of task"
},
"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
}
}