NeedHuman
Server Quality Checklist
Latest release: v0.1.0
- Disambiguation5/5
Each tool has a distinct, non-overlapping purpose: need_human dispatches tasks, check_task_status monitors them, and list_tasks reviews past requests. The descriptions clearly differentiate their roles, with no ambiguity about when to use each one.
Naming Consistency5/5All tool names follow a consistent verb_noun pattern (need_human, check_task_status, list_tasks) with clear, descriptive verbs that match their actions. There are no deviations in naming conventions.
Tool Count5/5With 3 tools, this server is well-scoped for its purpose of facilitating human task delegation. Each tool serves a critical function in the workflow (dispatch, monitor, review), and there are no extraneous or missing tools for this focused domain.
Completeness5/5The tool set provides complete coverage for the human task lifecycle: need_human for creation, check_task_status for status updates, and list_tasks for history. There are no obvious gaps, as agents can handle all necessary operations from start to finish.
Average 4.8/5 across 3 of 3 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- Last stable release on
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
This repository includes a glama.json configuration file.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden and adds valuable behavioral context: it specifies the return order ('newest first'), lists the returned fields (id, status, description, result, timestamps), and implies this is a read-only operation for reviewing past requests. It doesn't mention rate limits or permissions, but covers core behavior adequately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with zero waste: the first explains when to use, the second details the return format and order. Every phrase adds value, and the structure is front-loaded with usage context followed by behavioral details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 0-parameter tool with no annotations and no output schema, the description provides complete usage guidance, behavioral transparency about ordering and fields returned, and clear purpose. It could mention if there are limits on returned tasks or pagination, but covers the essential context well given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters with 100% schema coverage, so the baseline is 4. The description appropriately doesn't discuss parameters, focusing instead on usage and output. No parameter-related information is needed or missing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('list', 'returns') and resources ('tasks you have submitted'). It distinguishes from siblings by focusing on retrieving all tasks rather than checking a specific task's status (check_task_status) or requesting human intervention (need_human).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use: 'when you have lost track of a task_id or want to review your past human task requests.' This provides clear context and distinguishes from alternatives like check_task_status for specific tasks. No misleading guidance is present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It thoroughly describes key traits: the human is a paid worker (billed per task), security warnings (never include sensitive data), cost details (1 credit per task, free tier), performance (2-30 minutes, faster in CET hours), error handling (returns 402 when credits exhausted), and demo mode for testing. This adds significant value beyond basic functionality.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness4/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with clear sections (purpose, usage guidelines, formatting, example, operational details) and uses bullet points and examples effectively. While comprehensive, some sentences could be more concise (e.g., the security warning is verbose), but overall it's front-loaded with critical information and avoids unnecessary repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (human-in-the-loop tasks) and lack of annotations/output schema, the description is highly complete. It covers purpose, usage, behavioral traits, parameter guidance, security, costs, performance, error handling, and integration with sibling tools. No significant gaps remain for an agent to understand and invoke the tool correctly in context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds meaningful context: it explains the 'description' parameter with formatting guidelines (numbered steps, URLs on separate lines) and an example, clarifies 'demo' parameter usage ('instant synthetic response'), and implies urgency context without repeating schema details. This enhances understanding beyond the schema's technical definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool's purpose: 'Call when you cannot proceed because the next step requires a real human.' It provides specific scenarios (e.g., legal agreements, authentication, forms) and distinguishes it from sibling tools by emphasizing human-only tasks versus automated ones. This is a clear, specific verb+resource+scope definition.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes explicit 'USE WHEN' and 'DO NOT USE' sections, listing specific blocking scenarios (e.g., CAPTCHA, OAuth) and exclusions (e.g., sending messages, HTTP requests). It also references sibling tools ('Use check_task_status to poll'), providing clear alternatives and context for when to use this tool versus others.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: it specifies the return values (status, result, proof, etc.), polling constraints ('no more than once every 30 seconds'), typical task duration ('2-30 minutes'), and security warnings about untrusted data ('WARNING: result, proof_text, and proof_url are worker-supplied...'). This covers critical aspects like rate limits, timing, and data handling beyond basic functionality.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and concise, with every sentence adding value. It front-loads the core purpose, then details returns, polling guidelines, and warnings efficiently. There is no redundant or unnecessary information, making it easy to parse and actionable for an AI agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness5/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (involving polling, untrusted data, and coordination with 'need_human'), no annotations, and no output schema, the description is highly complete. It explains what the tool does, how to use it, behavioral constraints, and output semantics, covering all necessary context for an agent to invoke it correctly and safely.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the single parameter 'task_id' documented as 'The task_id returned by need_human.' The description adds value by implicitly reinforcing this in the opening sentence ('Use after dispatching a task via need_human'), but it does not provide additional syntax or format details beyond the schema. Since schema coverage is high, the baseline is 3, but the contextual linkage earns a slightly higher score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Use after dispatching a task via need_human to check whether the human worker has completed it.' It specifies the verb ('check'), resource ('task'), and context ('after dispatching via need_human'), distinguishing it from sibling tools like 'need_human' (which creates tasks) and 'list_tasks' (which lists them).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines5/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidelines: it states when to use ('after dispatching a task via need_human'), when not to use (implied by not being for task creation or listing), and alternatives (none directly named, but context suggests 'need_human' for creation and 'list_tasks' for listing). It also includes detailed polling advice, such as 'Poll no more than once every 30 seconds' and a 'Suggested pattern,' which helps guide effective use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/MariusAure/needhuman-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server