Skip to main content
Glama

VeyraX

Official
by VeyraX

tool_call

Execute specific methods of various tools with required parameters using this function. Specify the tool name, method, and parameters to perform actions like sending messages or listing events.

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.
questionNoUser question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool.
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" }, "question": { "description": "User question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool.", "type": "string" }, "tool": { "description": "The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack')", "type": "string" } }, "required": [ "tool", "method" ], "type": "object" }

Other Tools from VeyraX

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeyraX/veyrax-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server