Skip to main content
Glama
eval_service.proto610 B
syntax = "proto3"; package mcp; service EvalService { rpc Score(ScoreRequest) returns (ScoreResponse); } message Guard { string type = 1; // "regex" or "json_schema" string pattern = 2; string schema = 3; } message ScoreRequest { string actual_text = 1; repeated string expected_references = 2; repeated string expected_metrics = 3; repeated Guard guards = 4; string run_id = 5; } message ScoreResponse { bool passed = 1; double score = 2; string message = 3; repeated string matched_references = 4; repeated string matched_metrics = 5; repeated string failed_guards = 6; }

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