Skip to main content
Glama

Prefeitura BA Salvador: Certidão Negativa de Débitos

connect

Read-onlyIdempotent

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral detail beyond annotations by specifying the two possible outcomes: authenticated:true with empty pending[], and missing credentials producing connect_url and per-install URLs.

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, no filler, with the most important behavioral distinctions front-loaded. Every sentence contributes useful information.

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

Completeness5/5

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

For a simple, parameterless status tool, the description covers the key inputs and expected outputs: authenticated state, pending array, and URL fields under both connected and missing-credential scenarios. No output schema exists, so these behavioral details carry the necessary completeness.

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?

This tool has zero parameters, so the schema requires no semantic explanation. The baseline of 4 for zero-parameter tools applies here; the description cannot meaningfully add parameter information.

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?

Description opens with a specific verb and resource: 'Returns connection status and URLs.' It clearly differentiates this from the sibling 'authenticate' tool by framing it as a state-check/status report rather than an action.

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 contextual guidance by describing what the user gets when providers are connected versus when credentials are missing. It does not explicitly name alternatives like 'authenticate', but the state-based behavior makes the intended use case clear.

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.6/5.0
Disambiguation3/5

Most tools have distinct purposes (auth, marketplace, version, etc.), but 'authenticate' and 'connect' overlap in the authentication/connection space, and the descriptions are verbose enough to clarify, yet some ambiguity remains.

Naming Consistency2/5

Naming convention is inconsistent: generic lowercase names (authenticate, connect) mix with a long prefixed domain tool (pref_ba_salvador_cnd_consultar) and camelCase (toolkit_info), showing no clear pattern.

Tool Count3/5

With 7 tools, the count is reasonable, but most are platform-level utilities unrelated to the server's stated domain (CND consultation), making the set feel bloated with generic functions.

Completeness2/5

The domain coverage is severely lacking: only one tool (pref_ba_salvador_cnd_consultar) addresses the core purpose, with no supporting operations (e.g., list certificates, verify status, handle errors) to make it a complete service.