Skip to main content
Glama

list_public_cases

Read-only

No authentication needed. Search synthetic customer-support cases in Chinese or English. Not private customer data or verified policies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
limitNo
cursorNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters2/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources