Skip to main content
Glama

Check work you received

check_received_work

Privately check a received delivery against a template, plain-word requirements, explicit machine checks, a saved contract, or a saved report_token that preserves the saved criteria structure and origin. By default nothing is stored. Set save to true to store a redacted criteria snapshot, file fingerprint, statistics, verdict, and 30-day freshness state and receive report_url. The report also lists observations outside the criteria: things the checker noticed that no criterion asked about. They never change the verdict; each has a suggested_criterion sentence you can add to the next check. Pasting suggested_criterion sentences into need verbatim turns them into enforceable checks. Anonymous saves also return a one-time delete_credential. File content, filenames, and verbatim source_context are never stored. Source-derived glossary strings are removed and must be supplied again for a rerun.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mimeNoOptional media type.
needNoAcceptance criteria in plain words.
saveNoOpt in to a shareable, re-runnable report.
contentYesDelivery content as UTF-8 text or base64. The whole JSON-RPC request must be at most 4.4 MB on the hosted server, so a base64 file can be up to 3 MiB decoded; larger uploads are rejected with HTTP 413.
criteriaNoExplicit machine checks returned by an earlier check.
encodingNoutf8
filenameYesFilename including its extension.
contract_idNoAccepted bounty id from your saved contract library; requires Bearer authentication on the MCP connection.
template_idNo
report_tokenNoReuse the saved criteria structure and origin. Supply source_context again for source-dependent checks.
source_contextNoSource URLs, glossary, rubric, or reference sample. Required by rubric agreement and saved glossary reruns.

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden. It thoroughly covers storage defaults (nothing stored), save behavior (what gets stored, report_url, 30-day freshness), observations and their non-effect on verdict, suggested criteria reuse, delete_credential, and privacy guarantees (never stores file content, filenames, source_context; removes glossary strings). This is exemplary behavioral transparency.

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 about 120 words but packs every sentence with unique information: purpose, default storage behavior, save flow, observations, suggested criteria, deletion, and privacy. It front-loads the core function ('Privately check a received delivery') and then logically orders the behavioral details. No filler or redundancy is present.

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

Completeness5/5

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

The tool has 11 parameters, multiple alternative input modes, and a rich save/report flow, yet the description explains the essential context: what the tool does, what a report includes, observations external to criteria, how to convert suggestions into enforceable checks, and privacy guarantees. The schema covers the 4.4 MB size limit and individual parameter formats, so nothing critical is missing.

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

Parameters4/5

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

Schema coverage is 82%, above the 80% threshold, so the baseline is 3. The description adds value by explaining the conceptual roles of the alternative criteria inputs (template_id, need, criteria, contract_id, report_token) and how they relate to one another. It also clarifies the 'save' parameter's downstream effects. This goes beyond the schema's basic descriptions, earning a 4.

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 opens with a clear, specific verb phrase: 'Privately check a received delivery against' followed by the full set of accepted criteria sources (template, plain-word requirements, machine checks, contract, report_token). It distinguishes this tool from siblings by focusing on the act of checking received work, not on bounty management, sourcing, or registration. The title is also unambiguous.

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 clearly implies the primary use case: when a delivery is received and needs to be checked against predefined criteria. It also explains the different ways to provide criteria and the save option. However, it does not explicitly name sibling tools or state when NOT to use this tool, so it stops short of a full 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation3/5

Several tools share the same domain (bounties, capabilities, sources) and a few pairs could be confused, such as bounty_subscribe vs work_alert_subscribe or needs_intake vs request_source. The detailed descriptions help, but the boundaries are not immediately obvious from names alone.

Naming Consistency2/5

Naming conventions are mixed: some tools use verb-first (get_rows, list_sources), others noun-first (bounties_list, bounty_get), and some are noun phrases (bounty_counter, needs_intake). This inconsistency reduces predictability.

Tool Count2/5

With 26 tools, the set crosses the 25+ threshold for 'too many.' While the broad domain justifies some size, several niche tools (e.g., bounty_self_gate, capability_price_notices) could be consolidated or are overly granular.

Completeness3/5

Core workflows exist for bounties, capabilities, and sources, but there are notable gaps: no explicit accept/payout tool for bounties, no delete/disable for capabilities, and no way to list individual submissions. Some lifecycle operations are missing.

Resources