Skip to main content
Glama

CVM Processos Sancionadores

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.2/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable state-dependent context: it explains the meaning of 'authenticated:true', empty 'pending[]', and the presence of 'connect_url' and per-install URLs when credentials are missing. This goes beyond the annotation flags.

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 two sentences, front-loaded with the main purpose, then detailing the two states. Every sentence earns its place with no redundancy.

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?

The description covers the main scenarios but leaves the partial-connection case ambiguous (what happens if some providers are connected and others not?). It also doesn't detail the exact response structure beyond 'authenticated', 'pending', and URLs. Given the tool's simplicity and no output schema, it is mostly complete but with minor gaps.

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 and schema coverage is 100%. Baseline is 4 for 0-parameter tools. The description does not need to cover parameters and adds no irrelevant details.

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 'Returns connection status and URLs', using a specific verb and resource. It distinguishes behavior under two conditions (all connected vs missing credentials), which differentiates it from the sibling 'authenticate' likely used for initiating authentication.

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 (checking connection status) but does not explicitly state 'use this when...' or mention alternatives like 'authenticate'. It provides context about expected outputs under different conditions, which helps infer usage, but lacks explicit when-to-use vs alternatives.

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

Most tools have clear, distinct purposes, but `connect` and `toolkit_info` overlap in reporting connection status. The CVM query tool is clearly unique. Overall, an agent would rarely confuse them.

Naming Consistency2/5

Names mix languages (Portuguese query with underscores vs. English imperative verbs), and no consistent verb_noun pattern exists. Some are bare verbs (authenticate, connect), others nouns (toolkit_info), making the set feel ad hoc.

Tool Count2/5

7 tools is numerically reasonable, but only one relates to the server's declared domain (CVM processos sancionadores). The other six are generic platform utilities that belong in a separate server, making the count feel bloated and misaligned.

Completeness2/5

The single CVM tool only queries sanctioning processes, with no additional operations for the domain. The platform tools are complete for their purpose, but they don't contribute to the CVM domain, leaving the surface severely incomplete for the server name.