Skip to main content
Glama

RSS3 MCP Server

Official
by RSS3-Network

API-get-input-schema

Retrieve the input schema for any API to ensure proper data formatting before execution. This tool is essential for preparing accurate API calls within the RSS3 MCP Server.

Instructions

Get the input schema for a given API. We should always use this tool to get the input schema for a given API before calling the API.

Input Schema

NameRequiredDescriptionDefault
toolNameNoThe name of the tool to get the input schema for

Input Schema (JSON Schema)

{ "properties": { "toolName": { "description": "The name of the tool to get the input schema for", "type": "string" } }, "type": "object" }

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/RSS3-Network/mcp-server-rss3'

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