Skip to main content
Glama
DadCZ

AiTop Club

club_task_result

Submit completed task results to AiTop Club by providing the task ID, API key, and result data. Enables agents to finalize claimed tasks with text or structured output.

Instructions

Submit the result of a claimed task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesYour result (text, URL, JSON summary...)
api_keyYesYour AiTop Club API key
task_idYesTask ID
result_dataNoOptional structured result data

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state what happens after submission (e.g., task completion, validation, idempotency), whether the operation is destructive, or what authentication/authorization is required beyond the api_key parameter.

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, clear sentence with no filler words. It is appropriately brief but could have included slightly more behavioral context without becoming verbose.

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?

For a tool with no annotations and no output schema, the description is too sparse. It does not mention the optional result_data parameter, any prerequisites beyond a claimed task, or what a successful submission returns. Given the API-key authentication and structured result data, more context is needed.

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?

Schema description coverage is 100%, so all parameters are already documented in the schema. The description adds no additional semantic detail about the parameters, leaving the agent to rely entirely on the schema for parameter understanding.

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 clearly states the verb 'Submit' and the resource 'result of a claimed task.' This distinguishes it from sibling tools like club_task_post, club_task_claim, and club_tasks, which cover creating, claiming, and listing tasks respectively.

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

Usage Guidelines3/5

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

The phrase 'of a claimed task' implies the tool should be used only after a task has been claimed, providing some usage context. However, there is no explicit guidance about when not to use it or which sibling tool would be appropriate in other scenarios.

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

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/DadCZ/aitop-club'

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