The Ultimate Critic
Server Details
Check AI work against requirements and return structured verdicts, findings, and repair steps.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 4 of 4 tools scored.
Each tool targets a unique operation: evaluation, preview, pricing, and usage tracking. No overlap or ambiguity.
All tools share the 'tuc.' prefix and follow a verb-like naming pattern (evaluate, preview, quote, usage). Consistent and predictable.
Four tools cover the essential functions of the service (evaluate, preview, pricing, usage) without being excessive or insufficient.
The set covers core workflows, but lacks a tool to retrieve past evaluations or manage results, which could be a minor gap for advanced use.
Available Tools
4 toolstuc.evaluateEvaluate work with TUCAInspect
Evaluate an AI-produced artifact against its task, requirements, constraints, and evidence. This uses 1, 5, or 10 review credits based on package size and media. Route fail findings to repair, collect evidence for insufficient_evidence, and release only on pass under your own policy.
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate modification (readOnlyHint false) and potential side effects (openWorldHint true). Description adds context on credit consumption, routing behavior, and policy-based release, complementing annotations without contradiction. No contradictions found.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with clear front-loading: first explains purpose, second adds behavioral notes. No fluff, but the second sentence could be more structured. Overall concise and well-organized.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite complex nested schema and no output schema, description misses key details: how to specify evaluation criteria (intent, rubric), output format details, evidence policy, and what happens on insufficient_evidence. Incomplete for a tool with such complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description provides minimal parameter details. Only mentions artifact field briefly ('Use content for text/JSON and files for evidence or image payloads'). Does not explain domain, intent, rubric, output_format, evidence_policy, etc. Insufficient compensation for lack of schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states 'Evaluate an AI-produced artifact against its task, requirements, constraints, and evidence.' Uses specific verb 'evaluate' and resource 'artifact', and distinguishes from siblings (preview, quote, usage) by focusing on evaluation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description mentions credit usage and routing of findings (fail to repair, insufficient evidence collection, pass release), but does not explicitly state when to use this tool versus alternatives or provide exclusions. Usage is implied but not comprehensively guided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tuc.previewPreview TUC evaluationARead-onlyIdempotentInspect
Run the narrow no-key deterministic preview on one non-sensitive text, code, or JSON artifact. The preview is not retained, makes no external model call, and does not consume paid entitlement.
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| artifact | Yes | ||
| requirements | No | ||
| artifact_type | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds important context: the preview is not retained, makes no external model call, and does not consume paid entitlement. This goes beyond the annotations by specifying resource usage and retention policy.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 20 words, front-loaded with the verb 'Run'. Every word serves a purpose, no redundancy or fluff. It is highly concise and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 4 parameters with 0% schema description coverage and no output schema, the description is incomplete. It does not explain what the 'task' parameter does, how 'requirements' are used, or what the return value looks like. The agent is left with insufficient information to correctly invoke the tool without additional context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% with no parameter descriptions. The description mentions 'text, code, or JSON artifact' and 'narrow no-key deterministic preview', but does not explain what 'task' or 'requirements' parameters mean. It adds minimal semantic value beyond the parameter names themselves.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool runs a 'narrow no-key deterministic preview' on non-sensitive artifacts of type text, code, or JSON. It distinguishes from sibling tools by noting it makes no external model call and does not consume paid entitlement, implying it is a limited free preview compared to tuc.evaluate or tuc.quote.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for quick, non-sensitive previews without cost or retention, but it does not explicitly specify when to use this tool versus siblings like tuc.evaluate. No exclusions or explicit alternatives are given, leaving the agent to infer usage context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tuc.quoteQuote TUC review creditsARead-onlyIdempotentInspect
Return the standard, extended, or full package tier and credit charge without running an evaluation.
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint, idempotentHint, and non-destructive behavior. The description adds that it returns tier and charge, which is useful beyond annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence that directly states purpose and differentiation. No filler or redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complex nested input schema and no output schema, the description is too brief. It omits how to structure the request, what fields are required, or expected return format. Adequate only for the simplest use cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% (based on context signals) yet the description provides no details about the input parameters. The agent must rely solely on the schema, which lacks top-level descriptions. The description should compensate but does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool returns package tier and credit charge, distinguishing it from an actual evaluation. The verb 'Return' is specific and the mention of 'standard, extended, or full package tier' adds precision.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'without running an evaluation' implies when to use this tool versus alternatives like tuc.evaluate. It provides clear context but does not explicitly list when not to use or name sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tuc.usageGet TUC usageARead-onlyIdempotentInspect
Return the configured tenant's review-credit usage and entitlement limits without submitting work.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive; description adds specificity by naming the data returned ('review-credit usage and entitlement limits') and reinforces read-only nature.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, no wasted words, front-loaded with action and resource. Perfectly concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless, read-only tool with extensive annotations, the description fully covers what it does and returns, with no gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist, so baseline 4 applies. Description adds no parameter information, which is unnecessary given 100% schema coverage and zero parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verb 'Return' and resource 'review-credit usage and entitlement limits', clearly distinguishing from siblings like tuc.evaluate or tuc.quote that imply submission or action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states 'without submitting work', indicating this is a read-only check for monitoring usage before proceeding with other tools. No explicit alternatives given, but the clear distinction suffices for most agents.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!