Skip to main content
Glama
brothaakhee

groundtruther-mcp

by brothaakhee

submit_review

Submit a job performance rating for a completed mission to help workers advance tiers. Use 1-5 scale with optional feedback. Submit immediately after approval.

Instructions

Rate a worker's performance after a completed mission.

IMPORTANT: Submit a review IMMEDIATELY after approving a mission. Do not delay. Workers rely on ratings to move up tiers, which directly affects the percentage of payment they earn on future missions. A delayed review holds back their progression.

Rating guide:

  • 5: Met requirements — worker completed the mission as specified, no issues. This is the expected rating when proof meets your acceptance_contract. Going above and beyond is NOT required for 5 stars.

  • 4: Minor issues — completed but with small imperfections (e.g., slightly blurry photo, minor data entry typo) that didn't require rejection.

  • 3: Acceptable — required one rejection/correction cycle but ultimately delivered.

  • 2: Below expectations — required multiple corrections or significant back-and-forth.

  • 1: Poor — barely met requirements after extensive rework.

If you include a comment, make it constructive. "Photos were sharp and well-framed, completed ahead of deadline" helps more than "fine."

Args: mission_uuid: UUID of a COMPLETED mission rating: 1-5 (see guide above — 5 means met spec, not exceeded it) comment: Optional constructive feedback (max 2000 chars)

Returns: JSON string with review details or error message. Mission must be in COMPLETED status. Only one review per mission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingYes
commentNo
mission_uuidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It covers the impact on worker tiers, rating guidelines, uniqueness constraint (one review per mission), and required mission status. However, it does not mention idempotency, error handling, or whether updates are allowed, leaving some gaps.

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

Conciseness3/5

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

The description is well-structured with sections (main purpose, importance, rating guide, comment advice, args) and front-loaded. However, the rating guide is verbose and could be summarized more concisely without losing meaning.

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?

Given the output schema exists, the description appropriately summarizes the return value. It covers key constraints (only one review, required mission status) and the rating scale in depth. It is complete for a submission tool, though it does not address permissions or error scenarios.

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 description coverage is 0%, so the description adds significant meaning: it explains that mission_uuid is for a completed mission, rating uses a 1-5 scale with detailed guidance, and comment is optional with a 2000-char limit. This adds substantial context beyond the raw schema.

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 clearly states it is for rating a worker's performance after a completed mission, using a specific verb and resource. However, it does not explicitly differentiate from sibling tools like 'submit_feedback', though the context implies a distinction.

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 provides clear guidance on when to use the tool ('IMMEDIATELY after approving a mission'), emphasizes the importance of timeliness, and offers constructive comment advice. It lacks explicit instructions on when not to use it or alternatives, but the context is well defined.

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/brothaakhee/groundtruther-mcp'

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