Skip to main content
Glama

ouroboros_qa

Evaluate any artifact against a quality bar and receive a structured verdict with score, differences, and actionable suggestions. Supports iterative QA loops.

Instructions

General-purpose QA verdict for any artifact type. Evaluates code, API responses, documents, screenshots, or custom artifacts against a quality bar. Returns structured verdict with score, differences, and actionable suggestions. Designed for iterative loop usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifactYesThe artifact content to evaluate (code, text, JSON, etc.)
referenceNoOptional reference artifact for comparison (expected output, target schema, reference description).
quality_barYesNatural language description of what 'pass' means. E.g., 'All public functions must have type hints and docstrings.'
seed_contentNoOptional seed YAML for additional context (goal, constraints).
artifact_typeNoType of artifact: code, api_response, document, screenshot, test_output, custom. Default: codecode
qa_session_idNoQA session ID for multi-iteration tracking. If omitted, a new session is created.
pass_thresholdNoScore threshold for pass verdict (0.0-1.0). Default: 0.80
iteration_historyNoPrevious iteration results for loop context (JSON array).
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the output format ('structured verdict with score, differences, and actionable suggestions') and the intended iterative loop usage. However, it does not mention side effects like session creation when qa_session_id is omitted, which is a behavioral nuance in the schema.

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?

The description is three sentences long, front-loads the main purpose, then explains the output and usage context. Every sentence adds value with no filler or redundancy.

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

Completeness4/5

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

For a tool with 8 parameters and no output schema, the description adequately summarizes the return shape and intended usage context without needing to describe every parameter. It could offer slightly more detail on threshold/iteration history, but schema covers these, so this is sufficient.

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 description coverage is 100%, so the baseline is 3. The description adds minimal extra meaning beyond the schema by mentioning artifact types and quality bar, but it does not clarify parameter formats or edge cases beyond what parameter descriptions already state.

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

Purpose5/5

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

The description clearly states the tool's purpose with a specific verb ('Evaluates') and resource ('any artifact type'), enumerating examples like code, API responses, documents, screenshots, and custom artifacts. It also specifies the output ('structured verdict with score, differences, and actionable suggestions'), distinguishing it from general-purpose helpers.

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

Usage Guidelines4/5

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

The description says it is 'General-purpose' and 'Designed for iterative loop usage', giving a clear context for when to use it. It lists supported artifact types but does not explicitly mention alternatives or exclusions, so it misses the top level of guidance by not naming when not to use it.

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

Install Server

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/Q00/ouroboros'

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