Skip to main content
Glama

extract_pytest

Extract pytest execution evidence including phases, fixtures, workers, outcomes, and failure latency to audit and compare test runs without uploading data.

Instructions

Extract pytest phase, fixture, worker, outcome, and failure-latency evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior2/5

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

Annotations are all false and provide no safety profile, so the description carries the full burden. It says only what evidence is extracted, not whether the tool writes to an evidence store, whether it is idempotent, whether auth is needed, or whether existing extractions are affected.

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

Conciseness5/5

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

A single front-loaded sentence with no filler; the evidence categories are compactly enumerated. Every word contributes to defining what the tool extracts.

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?

With one required parameter and an output schema, the description is minimally adequate: it identifies the input kind and the evidence variety. However, it lacks workflow context, preconditions, and side-effect information, so it is not fully complete.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not mention run_id at all. The parameter name is self-descriptive as a run identifier, but the description adds no guidance about where the id comes from, its format, or what conditions must hold for the run to be valid.

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 names a specific verb ('Extract') and a concrete resource domain ('pytest') with five concrete evidence categories, so an agent can tell it apart from sibling extract_* tools by domain. It doesn't name the source artifact or a direct sibling, but the pytest scoping makes the purpose clear.

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

Usage Guidelines3/5

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

The phrasing implies this tool is for pytest-specific evidence and is the natural choice when that evidence is needed. However, there is no explicit when-to-use guidance, no preconditions, and no contrast with other extract_* siblings.

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

Other Tools

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/morluto/flameox'

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