{ "name": "RetrieveSoftwareInfo", "fully_qualified_name": "FreshserviceApi.RetrieveSoftwareInfo@1.0.0", "description": "Retrieve specific software details from Freshservice.\n\nCall this tool to get detailed information about a specific software application in Freshservice, using its application ID.", "toolkit": { "name": "ArcadeFreshserviceApi", "description": null, "version": "1.0.0" }, "input": { "parameters": [ { "name": "application_id", "required": true, "description": "The unique identifier of the software application in Freshservice. Provide the ID to retrieve specific details.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "application_id" } ] }, "output": { "description": "Response from the API endpoint 'get-application'.", "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/applications/{application_id}", "http_method": "GET", "headers": {}, "parameters": [ { "name": "application_id", "tool_parameter_name": "application_id", "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 } }