Skip to main content
Glama

CVM Processos Sancionadores

toolkit_info

Read-onlyIdempotent

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

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

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds value by detailing what is returned, but it does not disclose additional behavioral nuances such as data freshness, potential errors, or whether the information is cached. Overall, the description is consistent with annotations and provides minimal extra transparency.

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 lists the main result components without redundancy. Every phrase adds meaning, making it efficient and easy to parse.

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?

Given that there is no output schema, the description successfully conveys what the tool returns: installed MCPs, their connection status, connected accounts, and catalog tool counts. The tool's complexity is low, and the description covers all necessary context for a user to understand the tool's purpose and output.

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; therefore the input schema fully covers parameter needs. The description appropriately focuses on the output rather than parameters, matching the baseline for zero-parameter tools.

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 the specific verb 'Returns' with a clear resource—'current toolkit state'—and enumerates the exact components (installed MCPs, connection status, connected accounts, catalog tool counts). This differentiates it from siblings like show_version and authenticate, 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 Guidelines3/5

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

The description implies that this tool is for gaining an overview of the toolkit, but it does not explicitly state when to use it over alternatives such as show_version or marketplace. No exclusions or alternative mentions are provided, so usage guidance is only implied.

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.