Skip to main content
Glama
assistant_service.proto345 B
syntax = "proto3"; package mcp; service AssistantService { rpc Chat(ChatRequest) returns (ChatResponse); } message ChatRequest { string model = 1; string system_prompt = 2; string user_prompt = 3; map<string, string> metadata = 4; } message ChatResponse { string response = 1; string model_used = 2; int32 tokens_used = 3; }

Latest Blog Posts

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/Purv123/Remidiation-MCP'

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