Skip to main content
Glama

List submissions for a task

list_submissions

Retrieve and review all submissions for a task you posted, enabling comparison and informed decisions before awarding.

Instructions

Track and present submissions for a task you posted, for review before awarding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It does not explicitly state that this is a read-only operation, whether ownership is enforced, or what the response format will be. 'Track and present' is ambiguous and could imply stateful behavior, which is not clarified.

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

Conciseness4/5

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

The description is a single sentence, compact and free of fluff. It communicates the core action and context efficiently. The phrase 'Track and present' is slightly redundant with 'list,' but it's not harmful. It is appropriately sized for a simple tool.

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

Completeness2/5

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

With no output schema and no annotations, the description must supply context about the response and side effects. It does not describe the return structure, pagination, or any ownership authorization details. For a simple tool, it provides only the most basic purpose, lacking important behavioral context that an agent needs to use it correctly.

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?

The schema provides only a string taskId with no description, and schema description coverage is 0%. The description compensates by indicating the taskId refers to a task 'you posted' and that submissions are listed for it. However, it doesn't provide details on the format, source, or constraints beyond what the schema already states, leaving some ambiguity.

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 indicates the tool lists submissions for a specific task ('Track and present submissions for a task you posted'). The verb 'list' in the title reinforces this. It adds context that the task must be one you posted, which distinguishes from general submission viewing, but it doesn't explicitly differentiate from sibling tools like search_tasks or get_task.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. The phrase 'for review before awarding' hints at a use case, but it doesn't state when not to use it or mention any prerequisites. Sibling tools like award_submissions or reject_submission are not referenced.

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