VeyraX

Official

tool_call

Invoke specific methods of supported tools on the VeyraX MCP server by specifying the tool name, method, and required parameters for execution.

Instructions

"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response. You need to specify the tool name, method name, and any required parameters for that method."

Input Schema

NameRequiredDescriptionDefault
methodYesThe method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events')
parametersNoThe parameters required by the specific tool method being called, it is MUST HAVE field.
toolYesThe name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "method": { "description": "The method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events')", "type": "string" }, "parameters": { "additionalProperties": {}, "default": {}, "description": "The parameters required by the specific tool method being called, it is MUST HAVE field.", "type": "object" }, "tool": { "description": "The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack')", "type": "string" } }, "required": [ "tool", "method" ], "type": "object" }

You must be authenticated.

Other Tools from VeyraX

Related Tools

ID: ga39pe25rd