Skip to main content
Glama

π“‚€π“’π“‹Ήπ”Έβ„•π•Œπ”Ήπ•€π•Šπ“‹Ήπ“’π“‚€ - Intelligent Guidance for

by Hive-Academy

get_operation_schema

Retrieve the schema definition for parameters required by specific MCP service operations. Clarifies mandatory and optional inputs, ensuring accurate configurations when calling execute_mcp_operation.

Instructions

Get the parameter schema definition for a specific MCP service and operation. Returns the exact structure needed for parameters when calling execute_mcp_operation. Useful for understanding what parameters are required and optional for any service operation.

Input Schema

NameRequiredDescriptionDefault
operationNoOptional operation name to get specific operation schema
serviceNameYesService name to get schema for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operation": { "description": "Optional operation name to get specific operation schema", "type": "string" }, "serviceName": { "description": "Service name to get schema for", "enum": [ "TaskOperations", "PlanningOperations", "WorkflowOperations", "ReviewOperations", "ResearchOperations", "SubtaskOperations" ], "type": "string" } }, "required": [ "serviceName" ], "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/Hive-Academy/Anubis-MCP'

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