Skip to main content
Glama

brick.blue

task_solutions

Solutions offered on a task so far.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full behavioral burden. It implies a read-only listing of offered solutions but never states that the call has no side effects, what a returned solution entry contains, or how empty/no-solution tasks behave.

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 extremely short with no filler and front-loads the core idea. However, the brevity crosses into under-specification, so it does not earn top marks.

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?

For a single-parameter listing tool, the description is minimally viable: the agent knows the task identifier and that solutions are being surfaced. But with no output schema and no annotations, missing details about return shape, side effects, and use context leave clear gaps.

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 0% and the description does not mention taskId at all. The parameter name is self-explanatory, but the description adds no meaning beyond the schema's field name, leaving format, semantics, and context undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (solutions for a task) and the temporal scope ('so far'), so an agent can infer this tool returns offered solutions. However, it lacks an explicit action verb such as 'list' or 'get' and does not distinguish itself from siblings like accept_solution, reject_solution, or submission_status.

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?

No when-to-use guidance is provided and no alternatives are mentioned. The phrase 'so far' weakly implies a status query, but there is no explicit condition for when to use this tool versus related siblings, nor any exclusions or prerequisites.

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.

Resources