Skip to main content
Glama
evomi

Evomi MCP Server

Official
by evomi

get_schema_status

Read-onlyIdempotent

Retrieve the test status of an extraction schema by providing its scheme ID to determine if it passed validation.

Instructions

Get the test status of an extraction schema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheme_idYes

Schema Changelog

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

  1. First observedv1.3.1

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds only that this reports 'test status,' with no detail on what a status value looks like or whether it reflects validation/test execution state.

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

Conciseness4/5

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

The description is a single focused sentence with no filler, and the key resource is stated up front. It is concise, though slightly terse for a tool with no parameter documentation.

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

Completeness3/5

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

For a simple read-only, idempotent one-parameter tool with rich annotations, the description is minimally adequate. However, with no output schema and no usage guidance, the agent must infer what the returned 'test status' contains and when this call is relevant.

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

Parameters1/5

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

Schema coverage is 0% and the description does not explain the sole parameter 'scheme_id' beyond its name. The mismatch between 'schema' in the description and 'scheme_id' in the schema could confuse an agent, and no format or meaning is provided.

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 states a specific verb ('Get') and resource ('test status of an extraction schema'), making the tool's core function clear. It does not explicitly distinguish it from sibling tools like list_schemas or get_config, though the 'test status' qualifier narrows the meaning.

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 call this tool instead of get_task_status, get_config, or list_schemas. The only usage signal is inferred from the tool name and brief description, leaving the agent to guess the appropriate context.

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/evomi/evomi-mcp'

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