Skip to main content
Glama

create_need

Create an open request for funding or work, persisted to a file-backed registry. Use for agents to log needs that others can discover and address.

Instructions

Create a new open Need so an agent can request funding or work. Persists to the file-backed registry. Does not move funds — call fund_need afterwards for the x402 payment requirement, then record_payment after settlement. type must be a NeedType value or it falls back to 'other'. acceptance_criteria is a comma-separated list. Side effect: writes needs.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoNeedType value: feature, funding, or other.other
assetNoAsset ticker. Default USDC.USDC
titleYesShort title shown on the board.
networkNoCAIP-2 network id. Default Base eip155:8453.eip155:8453
requesterYesAgent or human id that owns the Need.
project_idNoOptional parent project id.
descriptionNoLonger problem statement.
target_amountNoDecimal string bounty amount.10
pay_to_addressNoReceiving wallet. Zero address if omitted.
provenance_sourceNoProvenance source label. Default agent.agent
acceptance_criteriaNoComma-separated acceptance checks.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it delivers: it discloses persistence ('Persists to the file-backed registry'), the concrete side effect ('writes needs.json'), a behavioral boundary ('Does not move funds'), and silent fallback behavior on invalid type values. It stops short of 5 because it doesn't address idempotency, duplicate handling, or failure modes, but the core behavioral profile is transparent.

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?

Four sentences, each earning its place: purpose, workflow sequencing, parameter validation nuance, and side-effect disclosure. Core purpose is front-loaded, no filler, and the length is proportionate to an 11-parameter creation tool with zero annotations.

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?

For a creation tool with an output schema (so return values need no explanation) and no annotations, the description covers the essential ground: what it creates, where it persists, what it does not do, and which sibling to call next. It could optionally mention the broader lifecycle (claim_need, complete_need) or failure conditions, but nothing an agent needs to invoke it correctly is missing.

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 the baseline is 3 and the schema already documents all 11 parameters. The description adds one genuinely new semantic detail — that an invalid type falls back to 'other' rather than erroring — but the acceptance_criteria comma-separated note largely duplicates the schema. Net added value is marginal, so 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 opens with a specific verb+resource pair ('Create a new open Need') and states the purpose ('so an agent can request funding or work'). It clearly distinguishes create_need from its lifecycle siblings by explicitly noting it 'Does not move funds' and naming fund_need as the follow-up, so an agent can tell creation apart from funding, settlement, claiming, and completion without opening any schema.

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

Usage Guidelines5/5

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

The description gives an explicit workflow sequence: 'call fund_need afterwards for the x402 payment requirement, then record_payment after settlement.' This tells the agent exactly when to use this tool and what to call next, and implies when not to use it (when funds need to move). This is exemplary routing guidance.

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

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/ANAMIZED/needrail'

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