Skip to main content
Glama

Sanções Austrália (DFAT)

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds the conversational context requirement for reproduction, which is useful. However, it doesn't disclose what happens after submission (e.g., acknowledgment, where the report goes), so it doesn't go beyond annotation coverage significantly.

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?

The description consists of two concise sentences. It conveys the purpose and the key usage instruction without any superfluous words, earning high marks for efficiency.

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?

The tool is simple with no output schema, and the description covers the main purpose and a vital reproduction detail. However, the schema shows 'conversation' as a string while the description calls it an 'array', which could confuse agents about the expected type. Additionally, the 'context' parameter is not addressed, leaving a gap in completeness for a tool with three parameters.

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. The description explains the purpose of the conversation parameter ('Include the conversation array with recent messages for reproduction') but does not explain the required 'message' parameter (though its purpose is implicitly tied to the tool's function) and leaves 'context' completely unexplained. This is insufficient for full parameter understanding.

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 with a specific verb 'Report' and objects 'bug, missing feature, or send feedback'. It is immediately distinguishable from sibling tools like authenticate, marketplace, and show_version, which serve different purposes.

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 explicitly lists when to use the tool: to report a bug, missing feature, or feedback. It also provides a concrete guideline to include the conversation array with recent messages for reproduction. It doesn't mention alternatives, but no sibling tool is relevant to bug reporting, so the context is sufficient.

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

A3.9/5.0
Disambiguation4/5

Most tools have distinct purposes, but authenticate and connect both deal with connection/auth, and marketplace overlaps with toolkit_info in describing the toolkit state. The descriptions are detailed enough to disambiguate in most cases.

Naming Consistency2/5

Naming is inconsistent: some tools are single verbs (authenticate, connect), some are verb_noun (report_bug, show_version), one is a noun (marketplace), one is a compound (toolkit_info), and the domain tool follows a different pattern (sancoes_australia_consultar). No consistent convention.

Tool Count4/5

With 7 tools, the count is within a reasonable range. However, the server is ostensibly about Australian sanctions, yet only one tool is domain-specific; the rest are platform utilities, making the overall scope feel a bit unfocused but not excessive.

Completeness3/5

The only domain-specific tool is a single lookup for sanctions. There is no batch query, history, or other sanctions-related operations, but for a simple compliance check, it may suffice. The platform tools cover connection and lifecycle needs, so no obvious dead ends.