Skip to main content
Glama

Prefeitura SC Florianópolis: Certidão Negativa de Débitos

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

B3.1/5.0
Behavior3/5

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

Annotations are present: readOnlyHint=false, idempotentHint=true, destructiveHint=false. The description adds context about including conversation for reproduction, which is beyond schema. It does not contradict annotations. It does not disclose any side effects or errors, but given the annotations, it is minimally sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, which is concise. It front-loads the purpose and then gives a hint about payload. No wasted words, but it could be slightly more structured with explicit parameter guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is relatively simple (3 params, no output schema, no nested objects), but with zero schema coverage, the description must explain all parameters and behavior. It only hints at 'conversation' and leaves 'message' and 'context' under-specified. Also, no mention of response or when to use each field. Incomplete for a tool with zero schema description coverage.

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 carries the burden. The description mentions the 'conversation' array and 'recent messages' for reproduction, which gives some meaning to the 'conversation' parameter, but it does not explain 'message' or 'context' beyond what the schema shows (type/required). The 'context' parameter is not explained at all. With zero coverage, the description fails to compensate for most parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool reports bugs, missing features, or feedback, which is clear and specific about the resource and action. It does not explicitly differentiate from siblings, but sibling names like 'authenticate', 'connect', 'marketplace' suggest a broader suite, and the purpose is clear enough.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (to report issues) but does not provide explicit when-not-to-use guidance or alternatives. Given the sibling list, there is no obvious alternative for bug reporting, but the instruction to include conversation array is a usage hint. Still, it lacks explicit exclusions.

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.8/5.0
Disambiguation4/5

Most tools have distinct purposes: authenticate handles credentials, connect reports provider status, toolkit_info reports installed tool state, and the specific consultation tool is clearly separate from marketplace and utility tools. Slight overlap between connect and toolkit_info (both report connection status), but their contexts differ enough to avoid critical ambiguity.

Naming Consistency4/5

Almost all tools use snake_case verb_noun or noun_noun conventions. Some mixed patterns exist (marketplace is a noun, pref_... is a proper prefix, report_bug is verb_noun), but the naming scheme is generally predictable and readable.

Tool Count4/5

Seven tools are within an acceptable scope for a meta-server. Marketplace overloads an enormous amount of functionality (search, run, install, subscribe, list, describe) in one tool, which stretches the boundary, but still remains usable for a marketplace-style server.

Completeness3/5

The core domain includes a single official consultation (pref_sc_florianopolis_clean_debts_consult), which works well as a one-shot query. There are, however, no tools for query history, pending/certificate status, cancellation of consultation, or any other management aspect of the certificate. The server's core official transaction is a single-shot endpoint plus broad meta-tools, which is quite thin for a public service domain.