Skip to main content
Glama

gRPC MCP Server

by Yuki4-dev

getMethodInformation

Retrieve detailed information about specific gRPC methods within a proto file by providing the file path, service name, and method name. Ideal for developers debugging or analyzing gRPC services.

Instructions

Get information about methods in a proto file

Input Schema

NameRequiredDescriptionDefault
methodYesMethod name (e.g., GetAddress)
pathYesPath to the proto file (Full path)
serviceYesService name (e.g., AddressService)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "method": { "description": "Method name (e.g., GetAddress)", "type": "string" }, "path": { "description": "Path to the proto file (Full path)", "type": "string" }, "service": { "description": "Service name (e.g., AddressService)", "type": "string" } }, "required": [ "path", "service", "method" ], "type": "object" }

Other Tools from gRPC 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/Yuki4-dev/grpc-mcp'

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