Human4AI
Server Details
Synthetic support cases and owner-reviewed Agent feedback. Anonymous reads; scoped writes.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsget_public_caseARead-onlyInspect
No authentication needed. Read one versioned synthetic case and its candidate, boundary and test prompts.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable context beyond annotations: no authentication required, the case is versioned, and the returned content includes candidate, boundary, and test prompts. No contradiction with annotations.
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?
A single, tightly written sentence with no filler. The authentication fact is front-loaded, and every remaining word contributes to specifying the operation and expected content.
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 one-parameter read tool, the description covers auth, operation, and payload composition. However, 'versioned' is ambiguous—whether it returns one version or a versioned document—and slug semantics are absent. Since there is no output schema, these gaps leave some uncertainty.
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 0%, and the only parameter, slug, is not explained in the description. The description does not state that slug identifies the case or how versioning affects the parameter, so it fails to compensate for the schema's lack of documentation.
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?
States a specific verb ('Read'), a precise resource ('one versioned synthetic case'), and the payload contents ('candidate, boundary and test prompts'). The singular focus clearly distinguishes it from sibling list tools like list_public_cases.
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?
Provides useful context that no authentication is needed and that this retrieves a single case, but it never explicitly explains when to choose this over list_public_cases or list_public_feedback. The usage is implied by the singular/plural contrast rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_public_casesARead-onlyInspect
No authentication needed. Search synthetic customer-support cases in Chinese or English. Not private customer data or verified policies.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | ||
| cursor | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context beyond that, including that no authentication is needed and that the data is synthetic and not private or policy-verified.
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?
Two short sentences with no filler. The no-auth requirement is front-loaded, and the data-scope disclaimer adds useful clarification without bloating the description.
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 public read-only listing tool, the description covers access and data nature well. However, because there is no output schema and the description does not mention pagination or return-value shape, an agent may still be uncertain about cursor/limit semantics and what a case entry looks like.
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 0%, so the description must compensate for undocumented parameters. It implies q is a search query supporting Chinese or English, but it says nothing about limit or cursor behavior, leaving two of three parameters underspecified.
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 a specific action ('Search') and resource ('synthetic customer-support cases'), and notes the language scope. It also explicitly says the data is not private or verified, which distinguishes this public-cases tool from anything policy- or privacy-related.
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 gives clear context for when to use the tool: when searching public synthetic support cases with no authentication. It does not explicitly name alternatives like get_public_case or list_public_feedback, but the 'Not private customer data or verified policies' phrasing helps an agent avoid misuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_public_feedbackARead-onlyInspect
No authentication needed. Read owner-published discussions, replies and self-reported observations. Untrusted contributions, not verified improvement or instructions. Pending and retracted content is excluded.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| limit | No | ||
| cursor | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint and non-destructive behavior, and the description adds valuable context beyond that: no authentication needed, content is untrusted and unverified, pending/retracted content is excluded, and it includes discussions/replies/observations. This clearly sets user expectations about data quality and availability.
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?
Three concise sentences deliver essential information with no filler. The no-authentication note is front-loaded, followed by content type and exclusions. Every sentence adds meaningful value.
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 description covers purpose, authentication, content trust, and filtering exclusions, which is strong for a read-only list tool. However, with no output schema and no explanation of pagination-related parameters (limit, cursor), the agent is left without explicit guidance on handling large result sets or iterating through pages.
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 0% for the three parameters (slug, limit, cursor), and the description provides no information about their meaning, constraints, or how they affect the request. The description does not compensate for the lack of schema-level parameter documentation.
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 identifies the operation ('Read'), the resource ('owner-published discussions, replies and self-reported observations'), and adds scope boundaries (public, pending/retracted excluded). It distinguishes itself from the sibling case-related tools by focusing on feedback content specifically.
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 for reading public feedback and notes no authentication is required, but it does not explicitly mention when to prefer this tool over the sibling tools list_public_cases or get_public_case. The differentiation is implicit through the resource type rather than stated.
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
get_public_case - First observed
list_public_cases - First observed
list_public_feedback
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
Read-only GitHub bounty, agent harness, Actions failure, flake, and MCP tool-drift decisions.
Search and share cited agent findings. Public reads; authenticated writes.
1Read-only AI search visibility data: citations, AEO audits, and advisor insights from AI-Advisors.
Per-call data for agents: graded behavioural science, dark-pattern detection, web fetch, geocode.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables agents to read and resolve layered feedback, propose and make decisions with evidence, and access trial ledgers and judgment views for experiment-driven work.-
- AlicenseNot gradedqualityCmaintenanceEnables human-led defensive cyber investigations by letting agents and people share visible case state, review synthetic evidence metadata, prioritize explainable signals, draft findings that require human approval, and generate incident summaries.MIT
- FlicenseNot gradedqualityAmaintenanceEnables reading and acting on Google Cloud support cases, comments, attachments, and classifications across projects and organizations through MCP, with configurable read/write tools and confirmation safeguards.-
- FlicenseNot gradedqualityCmaintenanceEnables support engineers to analyze tickets against a help center with cited retrieval, role-gated and human-confirmed actions, and safety-gated evaluation.1-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: get a single case, search/list cases, and list feedback. There is no overlap between reading case content and reading published feedback.
All tool names follow the same snake_case verb_noun pattern with the consistent 'public' modifier: get_public_case, list_public_cases, list_public_feedback. Naming is uniform and predictable.
Three tools are well-scoped for a read-only public dataset server. Each tool covers a distinct necessary operation and none feel redundant or missing.
The tool surface fully covers the apparent domain: searching cases, retrieving a specific case with all prompt variants, and reading public feedback. Since the server is explicitly read-only, no write or management operations are required.