Skip to main content
Glama

task_create

Create a funded bounty task on Taskmarket by specifying a description, USDC reward, and duration, with optional mode and tags for claim, pitch, benchmark, or auction.

Instructions

Create a new Taskmarket bounty task (funded from the agent wallet in Base USDC). Requires a description, reward in USDC and duration in hours. Optionally set mode (claim/pitch/benchmark/auction).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoTask mode: bounty (default), claim, pitch, benchmark, auction
tagsNoComma-separated tags
rewardYesReward in USDC (human readable, up to 6 decimals)
durationYesTask duration in hours
descriptionYesTask description / brief
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses a key side effect: the task is funded from the agent wallet in Base USDC. However, it doesn't explain the timing of the deduction, potential reversibility, or what the tool returns.

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?

The description is three concise sentences with the action front-loaded. Every sentence adds necessary context: creation, funding source, and required/optional parameters. No filler or redundancy.

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

Completeness4/5

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

Given the absence of an output schema and annotations, the description covers the essential aspects well: creation, funding, required parameters, and optional mode. The only notable gap is not stating what the tool returns, but the coverage is otherwise solid.

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?

All five parameters are fully described in the schema (100% coverage). The description adds minimal semantic value beyond restating that reward is in USDC and duration is in hours, so the baseline score of 3 is appropriate.

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 'Create' and the resource 'Taskmarket bounty task', and further specifies funding from the agent wallet in Base USDC. This uniquely distinguishes it from sibling tools like task_get and task_submit, which operate on existing tasks.

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?

The description implies clear usage: create a new task when you need to launch a bounty or other task mode. It doesn't explicitly contrast with alternatives, but the creation-focused verb and required parameters make the context obvious.

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

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