Skip to main content
Glama

Prefeitura SC Balneário Camboriú: Certidão Negativa de Débitos

Server Details

Prefeitura SC Balneário Camboriú: Clearance Certificate (Debts), official-source lookup. Platform-ho

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mcp-dir/pref_sc_balneario_cnd-mcp
GitHub Stars
0
Server Listing
pref_sc_balneario_cnd

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 7 of 7 tools scored. Lowest: 3.5/5.

Server CoherenceC
Disambiguation4/5

Most tools have distinct purposes: authentication, connectivity, marketplace operations, version info, bug reporting, and toolkit state. Slight overlap exists between 'connect' and 'toolkit_info' both reporting connection status, but descriptions clarify their different focuses (URLs vs. installed MCPs).

Naming Consistency2/5

Naming conventions are inconsistent: some tools use imperative verbs ('authenticate', 'connect'), others use nouns ('marketplace', 'toolkit_info'), and one uses a long snake_case domain-specific name ('pref_sc_balneario_cnd_consultar'). There is no uniform pattern across the set.

Tool Count3/5

Seven tools is within a typical range, but the server name implies a domain-specific service while six of seven tools are generic platform utilities. This mismatch makes the count less appropriate for the advertised purpose, though the number itself is not excessive.

Completeness2/5

For the stated purpose of querying Certidão Negativa de Débitos, only one tool exists, with no complementary operations (e.g., format validation, history, or batch queries). The remaining tools serve platform management, leaving significant gaps in domain coverage.

Available Tools

7 tools
authenticateA
Idempotent
Inspect

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo
Behavior4/5

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

Annotations already declare idempotentHint=true and destructiveHint=false, but the description adds context about permanent vs. session-only login and that calling with no args returns a link. It does not specify what happens after providing a token (e.g., success response), but the disclosures go beyond annotations.

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 is front-loaded with the action ('log in in the browser, copy the access token') and then provides two clear alternatives. Each sentence adds value without redundancy, and it is appropriately sized for the tool's complexity.

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

Completeness4/5

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 covers the main usage scenarios. It does not explicitly state what the tool returns when a token is provided, but it implies the flow. Given the straightforward purpose, this is nearly complete, with only a minor gap on response format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one token parameter with no description (0% coverage), so the description must compensate. It fully explains that token is a JWT from the browser login, and clarifies that it's optional (no args for link vs. token for session) and how it's used. This is excellent at parameter explanation.

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 purpose: authentication for MCP.AI IDE agents. It explains the flow of logging in, getting a token, and either using it as a config header or passing it to the tool. It distinguishes from sibling tools by its focus on authentication.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: it explains both the permanent setup (adding a header to server config) and the session-only option (passing the token), and when to call with no args to get the login link. This clearly instructs when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

connectA
Read-onlyIdempotent
Inspect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which fully cover the safety profile. The description adds valuable context about the response structure (authenticated flag, pending array, connect_url presence) and conditional behavior based on credential state, which goes beyond the annotations.

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 concise sentences, front-loaded with the core purpose, and the conditional behavior is explained efficiently. Zero wasted words.

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

Completeness4/5

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

For a zero-parameter read-only tool with robust annotations, the description covers the essential states and returned values. It doesn't detail the format of URLs, but that's a minor gap given the simplicity of the tool and no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema cannot document them. The description adds no param info (which is fine), but the baseline for 0 params is 4 because there's nothing to add. The description focuses on output semantics instead, which is appropriate.

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 uses specific verbs ('Returns') with a clear resource ('connection status and URLs'), and it clearly distinguishes itself from sibling tools by focusing on connection status rather than authentication or other operations. It also provides specific behavioral details (authenticated:true, empty pending[], connect_url) that differentiate it from alternatives.

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 clearly implies when to use this tool: to check whether connections are set up and to get URLs when credentials are missing. It doesn't explicitly name alternatives or state 'use this when', but the context about authenticated and pending states provides clear usage context. No exclusions needed since it's a status check.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

marketplaceAInspect

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
actionNosearch
mcp_idNo
messageNo
tool_idNo
argumentsNo{}
immediateNo
tier_slugNo
prompt_bodyNo
prompt_slugNo
prompt_toolNo
prompt_varsNo{}
conversationNo[]
prompt_titleNo
request_nameNo
cancel_reasonNo
cancel_commentNo
prompt_targetsNo
report_contextNo
prompt_categoryNo
request_detailsNo
prompt_descriptionNo
Behavior5/5

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

Even with useful annotations, the description adds substantial behavior: invoke runs tools one-off without bloating the toolkit, writes require workspace owner/admin, credential and payment gaps surface as connect/checkout links, install makes MCPs permanent, and prompt publish links open without login. This goes far beyond the basic read/write hints in the annotations.

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 text is long but appropriately dense for a tool with 14 actions and 23 parameters. It front-loads the core search→describe→invoke flow before addressing install, permissions, billing, and the prompt library. Minor issues include a run-on opening and the out-of-place Portuguese word "pontualmente", but most sentences earn their place.

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

Completeness4/5

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

For a complex multi-action hub, the description is remarkably complete: it covers discovery, one-off execution, installation, billing, permissions, bug reports, MCP requests, and prompt library operations. It does not fully describe return payloads for search/list_tools/invoke success, but it does explain key result links and flags. A few actions like resume and the immediate parameter remain underspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 carry the parameter-meaning burden. It does meaningfully explain the core action parameters (action, mcp_id, tool_id, arguments), billing actions, and prompt parameters like prompt_vars and prompt_slug. However, some parameters such as immediate, resume, tier_slug, and conversation receive no explanation, leaving gaps for a 23-parameter tool.

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 what the tool is: "the official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them." It then enumerates a concrete core flow (search → describe → invoke) and distinct action families (install, subscribe, prompts), making the tool's broad purpose explicit and distinguishable from simple sibling tools like authenticate or show_version.

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

Usage Guidelines5/5

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

The description gives explicit routing guidance: "prefer invoke for a single/occasional use", "Use install only to make an MCP PERMANENT", "list_tools lists what is callable right now", and "request_mcp asks us to build a NEW MCP when nothing fits." It also explains when invoke returns connect/checkout links and to retry afterward, giving the agent clear decision rules.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pref_sc_balneario_cnd_consultarA
Read-onlyIdempotent
Inspect

Prefeitura SC Balneário Camboriú: Certidão Negativa de Débitos, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

ParametersJSON Schema
NameRequiredDescriptionDefault
cpfNo
cnpjNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable context beyond those: payment with prepaid credit, no platform credentials needed, data is public/non-confidential, and LGPD responsibility lies with the client. This meaningfully supplements the annotation-level safety profile.

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 three sentences with front-loaded purpose, then payment/hosting context, then data and legal notes. It is efficient and well-structured, though the LGPD detail could be more concise. Every sentence adds some value, but the legal sentence is secondary.

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 has no output schema, so the description should at least hint at the result format; it does not. It does cover the data source, payment model, and legal accountability. However, the lack of parameter guidance and return-value description leaves gaps for a paid consultation tool.

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%, and the description does not mention the cpf or cnpj parameters at all. While the parameter names are self-explanatory Brazilian identifiers, the description fails to clarify whether either is required, if they are alternatives, or how the query uses them. The description carries no burden for parameters, creating a gap.

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 performs a 'consulta' (query) of 'Certidão Negativa de Débitos' from a specific official source (Prefeitura SC Balneário Camboriú), using a specific verb and resource. It is clearly distinct from the generic sibling tools like authenticate, marketplace, and report_bug.

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 provides clear context: this is a paid per-query service using prepaid credits, hosted on the platform without requiring platform credentials. It does not explicitly state when-not-to-use or name alternatives, so it stops short of a 5, but the usage context is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

report_bugA
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]
Behavior3/5

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

Annotations already provide readOnlyHint=false, idempotentHint=true, destructiveHint=false, which covers the safety profile. The description adds that it requires conversation data for reproduction, but doesn't disclose other behaviors like whether it blocks or how feedback is handled.

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 sentences, one for purpose and one for requirement. No fluff, every word earns its place. Front-loaded with the purpose.

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?

Given the simplicity of the tool (report bug) and the presence of annotations and required field, the description is adequate but incomplete on parameter details and return behavior. The output schema is absent but not critical for a report action. Still, more detail on 'context' and 'message' would help.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It explains 'conversation' is an array for reproduction, but 'message' and 'context' are not explained beyond their schema names. The description adds some value but not enough for a 3-parameter tool with no schema help.

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 clearly states the tool's purpose: reporting bugs, missing features, or feedback, and specifies the action (report) and resource (bug/feature/feedback). It distinguishes from siblings like marketplace or show_version, though not explicitly from other reporting tools.

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 it (when there's a bug or feedback) but does not provide explicit exclusions or alternatives. It mentions including conversation for reproduction, which gives context on usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

show_versionA
Read-onlyIdempotent
Inspect

Show the current MCP platform and adapter versions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

The annotations (readOnlyHint: true, destructiveHint: false, idempotentHint: true) already declare the safety profile. The description adds that it shows 'MCP platform and adapter versions', which is a specific scope. It doesn't describe return format or any caveats, but since it's a trivial read-only tool, the transparency is adequate.

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 is a single sentence, front-loaded with the key information. Every word is necessary, and there is no redundancy. It perfectly balances brevity and clarity.

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

Completeness4/5

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

With no parameters and no output schema, the description is mostly sufficient. It does not mention what the output will look like (e.g., version numbers format), but for a versioning tool, that is often implied. It could be slightly more descriptive about the exact scope, but given the simplicity, it is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, and schema description coverage is 100% (trivially). The description does not need to add parameter semantics because there are none. It correctly omits any param-related text, and the baseline for zero params is 4.

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 action (show) and the object (current MCP platform and adapter versions). This is unambiguous and directly aligned with the tool name 'show_version'. It leaves no room for confusion about what the tool does.

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 does not provide any guidance on when to use this tool or why it might be relevant. However, given the tool is a simple read-only version check, the lack of explicit usage guidance is not a critical flaw, but it still misses an opportunity to suggest contexts like debugging or compatibility checks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

toolkit_infoA
Read-onlyIdempotent
Inspect

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safe read-only nature is covered. The description adds useful context about the content returned but does not disclose additional behavioral traits such as network probing or rate limits, though the annotations reduce the burden.

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 is a single sentence that is front-loaded with the core purpose and then lists the key data elements. Every phrase earns its place with no redundancy or filler.

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

Completeness4/5

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

For a zero-parameter, read-only informational tool, the description sufficiently covers what the return value includes: installed MCPs, connection status, accounts, and catalog tool counts. It does not describe formatting or edge cases, but the low complexity and strong annotations make this adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema fully covers parameter semantics. The description does not need to explain parameters, and the 0-parameter baseline of 4 is appropriate.

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 uses a specific verb ('Returns') and clearly identifies the resource ('current toolkit state'), then enumerates the exact contents: installed MCPs, connection status, connected accounts, and catalog tool counts. This distinguishes it from siblings like authenticate, connect, and marketplace, which perform different actions.

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

Usage Guidelines2/5

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

The description explains what the tool reports but gives no explicit guidance on when to call it or when to prefer a sibling tool. A user can infer it is appropriate for inspecting state, but the description does not state prerequisites, exclusions, or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.