Skip to main content
Glama

gRPC MCP Server

by Yuki4-dev

loadProto

Load and retrieve content from Protocol Buffer (.proto) files within a specified directory using the MCP server's gRPC-based tools.

Instructions

Load a proto file and return its content

Input Schema

NameRequiredDescriptionDefault
dirYesDirectory containing the proto file (e.g., /path/to/proto)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dir": { "description": "Directory containing the proto file (e.g., /path/to/proto)", "type": "string" } }, "required": [ "dir" ], "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