list_issuers
The issuing organizations, optionally filtered by a name query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional issuer-name filter |
The issuing organizations, optionally filtered by a name query.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional issuer-name filter |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the behavioral burden. It states the result (issuing organizations) and optional filtering, which is adequate for a simple list operation, but it does not disclose output shape, pagination, ordering, or potential absence of matches.
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?
The description is short and free of filler, with the core result and filter mentioned early. It is slightly awkward as a noun phrase rather than a full sentence, but it is appropriately compact.
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 tool with one optional parameter and no output schema, the description is largely complete: it names the return concept and the filter. It could be stronger by explicitly stating it returns a list, but the tool name and context make that clear enough.
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 100% and the description's 'name query' matches the schema's 'Optional issuer-name filter'. The description adds no meaningful meaning beyond the schema, so the baseline of 3 applies.
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 resource as issuing organizations and states the optional name query filter. It is distinct from the sibling tools, which focus on certifications and occupations, though it lacks an explicit verb like 'list' or 'returns'.
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?
No guidance is given about when to use this tool versus the sibling tools. The description only explains filtering behavior, not selection context or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.