Skip to main content
Glama

platform_eval_scenarios

Manage evaluation scenarios for projects by listing, getting, creating, updating, deleting, or generating them to run evaluation workflows and track CI evidence.

Instructions

[Arch Evaluate] Arch generates eval assets, runs eval workflows, and reads CI evidence. Manage eval scenarios through /api/projects/:projectId/evals/scenarios. Actions: list, get, create, update, delete, generate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body for create/update/generate
queryNoOptional query params for list
actionYes
confirmNoSet true for delete
projectIdYesProject ID
scenarioIdNoScenario ID for get/update/delete

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.5.0

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are absent, so the description carries the full burden of behavioral disclosure. It lists actions but does not explain effects of each (e.g., confirm flag for delete, whether generate is synchronous, data persistence, permissions, or side effects). The opening sentence about Arch's capabilities is general and does not address this tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the API endpoint and actions, but the first sentence about Arch's general capabilities is tangential and may confuse the agent by implying broader scope. The second sentence is focused, but the overall structure lacks directness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has multiple actions and six parameters with nested objects, and there is no output schema. The description does not explain request/response formats, error handling, or the specific meaning of 'generate'. Given the complexity and lack of annotations, the description is insufficient for an agent to call the tool correctly without additional inference.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 83%, so most parameters already have descriptions in the schema. The description adds no parameter-specific information beyond what the schema provides, and it does not clarify how 'body', 'query', or 'confirm' map to the actions. Baseline 3 is appropriate because schema handles most parameter meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (eval scenarios) and the actions (list, get, create, update, delete, generate) and provides the API endpoint. It is specific enough to distinguish from sibling tools like platform_eval_personas or platform_eval_runs, though it does not explicitly name sibling exclusions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites, typical use cases, or situations where another tool should be chosen. The only hint is the resource name, which is implicit rather than explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Koredotcom/agents-mcp-tools'

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