TaskMarket Data
Server Details
Paid TaskMarket bounty data MCP: first 10 calls/mo FREE per wallet, then $0.001/call USDC (x402).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- TaskMarket MCP Server
Available Tools
3 toolstm_get_taskAInspect
Full details of one TaskMarket task by ID: reward, mode, deadline, acceptance criteria, demand. Pay-per-call: $0.001 USDC per call on Base via x402 v2 exact scheme (EIP-3009, USDC). Each tools/call requires a valid settled payment; malformed arguments are never charged..
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | 32-byte hex task id (0x…) | |
| payment | No | base64 X-PAYMENT value; omit to receive payment terms. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full behavioral burden. It discloses pay-per-call cost ($0.001 USDC), the payment scheme (x402 v2, EIP-3009, USDC), the requirement for a valid settled payment, and that malformed arguments are never charged. This is significant behavioral context beyond a generic retrieve tool, though it does not cover error behavior for missing or invalid task IDs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: first states the function, second covers payment details. It is front-loaded with purpose, and every sentence earns its place. The minor double period at the end is negligible; overall it is concise and structured well.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, the description lists the expected fields (reward, mode, deadline, acceptance criteria, demand) which gives a clear idea of the return. It also covers payment requirements. It does not mention error handling or pagination, but for a single-task retrieval this is acceptable. The description is sufficiently complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: taskId is described as a 32-byte hex id, and payment as a base64 X-PAYMENT value with instructions to omit for payment terms. The description adds cost and payment context but does not further elaborate on the parameters themselves. Baseline 3 is appropriate since the schema already provides adequate meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Full details of one TaskMarket task by ID'. It enumerates the fields returned (reward, mode, deadline, acceptance criteria, demand), making the tool's purpose distinct from its siblings (list, submissions). The purpose is unambiguous and informative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by stating it retrieves a single task by ID, which differentiates it from list and submissions tools. However, it does not explicitly name alternatives or state when not to use it. There is no exclusion or competitor guidance, leaving the agent to infer from the name and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tm_list_tasksAInspect
List open TaskMarket tasks (bounties/benchmarks/auctions) with reward, mode, deadline, submission demand. Pay-per-call: $0.001 USDC per call on Base via x402 v2 exact scheme (EIP-3009, USDC). Each tools/call requires a valid settled payment; malformed arguments are never charged..
| Name | Required | Description | Default |
|---|---|---|---|
| payment | No | base64 X-PAYMENT header value from settling the 402 terms returned on your first call. Omit to receive payment terms instead of data. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the pay-per-call cost ($0.001 USDC), the exact payment scheme (x402 v2, EIP-3009), and that malformed arguments aren't charged — valuable operational context. However, it does not describe the output format (e.g., array of tasks, pagination, order) or any rate limits. For a listing tool this is a notable omission, though the payment details are well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and purpose-first: it states what the tool lists, then the commercial terms. It's not overly verbose, and every sentence provides useful information (purpose, payment cost, payment workflow). However, the payment details are somewhat dense and could be slightly streamlined, but overall it's well-structured for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is a paid list operation with one optional parameter and no output schema. The description covers the core usage (listing tasks, payment mechanics, cost), which is sufficient for an agent to decide and attempt a call. It lacks an explicit description of the response structure (e.g., array of task objects, fields), but the first sentence implies the return fields. Given the simplicity and the clear payment protocol, completeness is strong, though not exhaustive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%: the sole 'payment' parameter has a clear description explaining it's a base64 X-PAYMENT header and that omitting it returns terms. The description adds the payment scheme context (x402, USDC) beyond the schema, but this is supplementary rather than essential for understanding the parameter. Baseline 3 is appropriate since the schema already documents the parameter adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('List') and a concrete resource ('open TaskMarket tasks') with examples of what types (bounties/benchmarks/auctions) and what fields are returned (reward, mode, deadline, submission demand). This clearly distinguishes it from the siblings tm_get_task (single task) and tm_task_submissions (submissions). The purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains how to use the tool in terms of the payment flow: omit 'payment' to get terms, then pass the payment header to get data. It also states that every call requires a settled payment. It doesn't explicitly say 'use when you need to list tasks' vs alternatives, but the purpose is clear and the siblings are distinct enough that an agent can infer usage. The lack of explicit when-not-to-use is a minor gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tm_task_submissionsAInspect
List submissions of one TaskMarket task by ID: workers, ratings, artifacts. Pay-per-call: $0.001 USDC per call on Base via x402 v2 exact scheme (EIP-3009, USDC). Each tools/call requires a valid settled payment; malformed arguments are never charged..
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | 32-byte hex task id (0x…) | |
| payment | No | base64 X-PAYMENT value; omit to receive payment terms. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and does disclose a key behavioral trait: the pay-per-call requirement ($0.001 USDC via x402), the need for a valid settled payment, and the guarantee that malformed arguments are never charged. This goes beyond generic descriptions and helps the agent understand the cost and execution conditions. It does not mention side effects, but as a listing operation it is read-only by nature, and the payment detail is the most critical behavioral aspect.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is reasonably concise and front-loaded with the purpose, followed by payment details. Each sentence contributes value. There is a minor typo (double period at the end) and the payment section could be more compact, but overall it is well-structured and not verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple listing tool with two parameters and no output schema, the description covers the essential context: purpose, the required payment, and the behavior on malformed arguments. It gives a hint of the output content (workers, ratings, artifacts). It does not mention return format or pagination, but these are likely not critical for such a tool, especially given no output schema. The description is sufficient for an agent to call the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so both taskId and payment are already documented. The description adds context for the payment parameter by explaining the payment scheme and charging behavior, reinforcing the schema's description. However, it does not add new meaning for taskId beyond the schema. Since the schema is complete, the description's added value is marginal, warranting a baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'List', the resource 'submissions of one TaskMarket task by ID', and the specific content (workers, ratings, artifacts). This distinguishes it from siblings: tm_get_task likely retrieves a single task and tm_list_tasks lists tasks, while this tool lists submissions for a specific task. The purpose is precise and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (when you need submissions for a specific task by ID) but does not explicitly contrast it with alternatives or provide when-not-to-use guidance. Payment requirements are mentioned, but no explicit routing compared to sibling tools. The use case is inferable from the purpose, but no exclusions or explicit alternative conditions are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
tm_get_task - First observed
tm_list_tasks - First observed
tm_task_submissions
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Paid x402 tools over MCP: search, FX, LEI, company research, risk. Pay-per-call USDC on Base.
161Paid x402 MCP utilities for Base-USDC balances, blocks, gas, HTTPS headers, and agent profile bios.
Paid x402 MCP for evidence-backed industrial migration resolution. 1 USDC per call on Base.
32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenancePaid MCP server for EU tools: validate VAT numbers via VIES and get ECB euro FX rates, with per-call USDC payments on Base via the x402 protocol.-

jorkal-nft-mcpofficial
FlicenseAqualityDmaintenanceMCP server for Solana NFT market data via Magic Eden. Paid with x402 USDC micropayments.81-- AlicenseNot gradedqualityCmaintenancePay-per-call MCP server for WebberSites x402 Data API, offering 45 tools for AI agents: web scraping, document extraction, SEO audits, linting, crypto data, and more, with payment via USDC on Base.63MIT

monospay-mcpofficial
AlicenseNot gradedqualityDmaintenancePay per MCP tool call in USDC on Base. Non-custodial settlement, no admin keys, 30 bps fee.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct resource: single task details, a list of tasks, and submissions for a specific task. There is no overlap in their purposes, and the descriptions make the boundaries clear.
The 'tm_' prefix is consistent, and both 'tm_get_task' and 'tm_list_tasks' follow a verb_noun pattern. 'tm_task_submissions' deviates slightly by omitting the verb, but it is still readable and unambiguous.
With only three tools, the surface is well-scoped for a read-only data provider focused on TaskMarket tasks. Each tool fills a necessary role without bloat or redundancy.
For a data server, the coverage is complete: you can list tasks, fetch full details of a single task, and retrieve submissions per task. There are no obvious missing operations for the stated purpose.