{ "name": "GetIncidentFieldValues", "fully_qualified_name": "PagerdutyApi.GetIncidentFieldValues@0.1.0", "description": "Retrieve custom field values for a specific incident.\n\nCall this tool to obtain custom field values associated with a specific incident in Pagerduty. Useful for when detailed information about incident fields is required. Requires 'incidents.read' permission.", "toolkit": { "name": "ArcadePagerdutyApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "incident_id", "required": true, "description": "The unique identifier of the incident to retrieve field values for. This is required for the API call.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the resource." }, "inferrable": true, "http_endpoint_parameter_name": "id" } ] }, "output": { "description": "Response from the API endpoint 'getIncidentFieldValues'.", "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": { "provider_id": "arcade-pagerduty", "provider_type": "oauth2", "id": null, "oauth2": null }, "secrets": null, "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the Pagerduty API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://api.pagerduty.com/incidents/{id}/custom_fields/values", "http_method": "GET", "headers": {}, "parameters": [ { "name": "id", "tool_parameter_name": "incident_id", "description": "The ID of the resource.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the resource." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ] } }