Skip to main content
Glama

Seitrace Insights MCP Server

Official
by Seitrace

get_resource_action_schema

Retrieve the JSON Schema for a specific resource action to define and validate data structures in blockchain queries using the Seitrace API.

Instructions

Get the JSON Schema for a specific resource action.

Input Schema

NameRequiredDescriptionDefault
actionYes
resourceYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Provide resource and action.", "properties": { "action": { "type": "string" }, "resource": { "type": "string" } }, "required": [ "resource", "action" ], "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