Skip to main content
Glama

MPT DF e TO: Certidão Negativa de Feitos

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 declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds useful behavioral detail about the response structure in different states (authenticated:true with empty pending[], or connect_url), which is not available from annotations. No contradiction with 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 two concise sentences, front-loaded with the main action ('Returns connection status and URLs'), followed by specific behavior. Every sentence adds value, no fluff.

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?

Given the simplicity (no parameters, no output schema), the description covers the essential behavior for both normal and degraded states. It could mention partial connectivity or errors, but the coverage is sufficient for this simple read-only tool.

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, so the baseline is 4. The description does not need to add parameter semantics, and the schema provides full coverage (100%). No additional explanation required.

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 function with a specific verb ('Returns') and resource ('connection status and URLs'). It also distinguishes itself from siblings by describing the output under different conditions (all connected vs missing credentials), making it unambiguous.

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 usage (e.g., 'When all providers are connected', 'When credentials are missing') but never explicitly says when to use this tool instead of alternatives like 'authenticate'. It provides context but not definitive selection guidance.

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

Each tool has a distinct, clear purpose: authentication, connection status, marketplace search, specific certificate query, bug reporting, version info, and toolkit state. No overlaps or ambiguity.

Naming Consistency2/5

Names are inconsistent: mix of single-word verbs (authenticate, connect), nouns (marketplace, toolkit_info), Portuguese compound (mpt_df_cnf_consultar), and underscore-separated phrases (report_bug, show_version). No uniform pattern.

Tool Count4/5

7 tools is within the typical range. While several are generic platform utilities, they are all relevant to the server's integration and the single domain-specific tool is justified.

Completeness4/5

The server provides the core certificate query (mpt_df_cnf_consultar) along with necessary authentication and status tools. No obvious missing operations for its stated purpose, though it is read-only and limited.