tokenintel_invoke
Invoke any tool on the Fan Token Intel MCP server by name. Pass the tool_name and its arguments. The result is identical to calling the tool directly. Auth and rate limits apply as normal. Use tokenintel_describe to get the required arguments first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | Arguments to pass to the tool (matches the tool's inputSchema). | |
| tool_name | Yes | The tool to invoke (e.g. 'tokenintel_whale_flows'). |