Skip to main content
Glama

Reject a spam or low-quality submission

reject_submission

Reject a worker's submission on TaskMarket. Requires a confirmation token from a prior preview call; no reward paid, small relay fee.

Instructions

Marks one worker's submission rejected (small relay fee, no reward paid). REQUIRES a confirmationToken from a prior, identical preview_reject_submission call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYesWhy this submission is being rejected. Logged, not sent on-chain.
taskIdYes
workerYes
confirmationTokenYes
Behavior4/5

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

With no annotations, the description discloses key behaviors: a small relay fee is incurred, no reward is paid, and a prior preview call is required. This is informative but omits permissions, reversibility, and error scenarios.

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?

Two concise sentences with no filler. The action, outcome, and prerequisite are front-loaded and clearly highlighted.

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?

Covers the core effect and prerequisite, but with no output schema or annotations, it does not describe return values, error conditions, or reversibility. Given the mutation type and four parameters, some gaps remain.

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 just 25% (only 'reason' has a description). The tool description adds meaning for confirmationToken by explaining its origin, but leaves taskId and worker undocumented, failing to compensate for the low coverage.

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?

Description clearly states 'Marks one worker's submission rejected (small relay fee, no reward paid).' This identifies the exact action and resource, and distinguishes it from the sibling preview_reject_submission by noting the actual rejection and its consequences.

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?

Explicitly requires a confirmationToken from a prior preview_reject_submission call, which directs the agent to use preview first. It also specifies 'one worker's submission,' limiting scope, though it does not explicitly mention alternatives like award tools.

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/Circadian-agent/taskmarket-mcp'

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