arcade-mcp/toolkits/pylon_api/arcade_pylon_api/wrapper_tools/GetAllCustomFields.json
jottakka 18d3341e6e
[MOAR] Rename wrong named packages (#659)
Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-10-28 16:52:31 -03:00

104 lines
3 KiB
JSON

{
"name": "GetAllCustomFields",
"fully_qualified_name": "PylonApi.GetAllCustomFields@0.1.0",
"description": "Retrieve all custom fields from the system.\n\nThis tool is used to get a complete list of custom fields. It should be called when you need information about available custom fields.",
"toolkit": {
"name": "PylonApi",
"description": null,
"version": "0.1.0"
},
"input": {
"parameters": [
{
"name": "custom_field_object_type",
"required": true,
"description": "Specify the object type for custom fields. Options: \"account\", \"issue\", or \"contact\".",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The object type of the custom fields. Can be \"account\", \"issue\", or \"contact\"."
},
"inferrable": true,
"http_endpoint_parameter_name": "object_type"
}
]
},
"output": {
"description": "Response from the API endpoint 'GetCustomFields'.",
"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": "PYLON_SECRET_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 pylon API."
},
"http_endpoint": {
"metadata": {
"object_type": "http_endpoint",
"version": "1.2.0",
"description": ""
},
"url": "https://api.usepylon.com/custom-fields",
"http_method": "GET",
"headers": {},
"parameters": [
{
"name": "object_type",
"tool_parameter_name": "custom_field_object_type",
"description": "The object type of the custom fields. Can be \"account\", \"issue\", or \"contact\".",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The object type of the custom fields. Can be \"account\", \"issue\", or \"contact\"."
},
"accepted_as": "query",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
}
],
"documentation_urls": [],
"secrets": [
{
"arcade_key": "PYLON_SECRET_TOKEN",
"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
}
}