Skip to main content
Glama
jeele-bot

humanagent-mcp

by jeele-bot

create_bounty

Create a bounty to hire a real human for physical-world tasks like meetings, errands, or deliveries. Specify title, description, price, and location to publish the job.

Instructions

发布赏金任务,雇佣人类执行真实世界的任务

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYes价格(人民币)
titleYes任务标题
human_idNo指定人类 ID(可选)
locationNo任务地点(如需线下执行)
price_typeNo价格类型:固定价格或按小时fixed
descriptionYes详细任务描述
estimated_hoursNo预计所需工时
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the basic action of publishing a bounty but does not mention side effects such as payment handling, potential fees, or what happens after creation. For a mutation tool with financial implications, this lacks necessary transparency.

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 concise sentence with no wasted words. However, it is extremely brief and does not structure any additional context. It earns a 4 for efficiency but lacks the detail needed for a tool with many parameters.

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?

Given 7 parameters, no annotations, and no output schema, a one-sentence description is insufficient. It does not explain return values, prerequisites (e.g., funding, human selection), or any post-creation behavior. The description is too sparse for a tool of this complexity.

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 schema already documents all 7 parameters. The description adds no parameter-level meaning beyond what the schema provides, earning the baseline score of 3.

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 tool's function: '发布赏金任务,雇佣人类执行真实世界的任务' (publish bounty tasks, hire humans to execute real-world tasks). It uses a specific verb (publish/create) and resource (bounty task), distinguishing it from siblings like get_bounty and list_bounties which retrieve existing bounties.

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 guidance is provided about when to use this tool versus alternatives. There is no mention of prerequisites, exclusions, or situations where another tool would be more appropriate (e.g., using query_bounty for searching or complete_bounty for finishing a task).

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/jeele-bot/humanagent-mcp'

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