Skip to main content
Glama

Seitrace Insights MCP Server

Official
by Seitrace

invoke_resource_action

Trigger specific operations on blockchain resources by providing a resource, action, and payload. Enables interaction with blockchain data through the Seitrace Insights MCP Server for querying token details, transactions, and smart contracts.

Instructions

Invoke a resource action with a payload matching its schema.

Input Schema

NameRequiredDescriptionDefault
actionYes
payloadYes
resourceYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Provide resource, action, and payload object.", "properties": { "action": { "type": "string" }, "payload": { "additionalProperties": true, "type": "object" }, "resource": { "type": "string" } }, "required": [ "resource", "action", "payload" ], "type": "object" }
Install Server

Other Tools from Seitrace Insights MCP Server

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/Seitrace/seitrace-mcp'

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