Skip to main content
Glama

Remuneração de Servidores (Transparência)

authenticate

Idempotent

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNo

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations only indicate non-read-only and idempotent; description adds that token can be configured as permanent or ephemeral session, and explains user must log in via browser and copy the JWT. It clarifies that calling with no args returns a login link, which is useful behavioral context beyond the schema.

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 a bit long (multiple clauses) but every sentence serves a purpose: purpose, best practice, and two invocation modes. It's reasonably structured, though could be tightened.

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 simple one-param tool with no output schema, the description covers how to invoke it, what happens with/without token, and the persistence options. It doesn't mention error handling or output format beyond 'link', but that's acceptable for this simple tool.

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?

Schema has a single 'token' with no description (0% coverage). The description fully explains the token parameter: it's an optional JWT that, when provided, authenticates the session; when omitted, the tool returns a login link. This compensates completely for the bare schema.

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 handles authentication for MCP.AI IDE agents: user logs in via browser, copies an access token, and either configures it as a permanent header or passes it to this tool for a session. It explains the tool's role (obtaining a login link or accepting a token) and distinguishes itself by focusing on auth, unlike siblings like 'connect' or 'marketplace'.

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?

Provides explicit invocation patterns: no args to get a link, or with a token for session-only login. It also gives a best-practice alternative (config header) for permanent connections. However, it does not explicitly contrast with sibling tools or state when not to use it.

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

Most tools are clearly distinct: platform management (connect, authenticate, marketplace, etc.) vs. the single domain query tool. The only potential confusion is between connect and authenticate, but their descriptions clarify the different steps.

Naming Consistency2/5

Naming is inconsistent: mixed languages (English vs. Portuguese), mixed styles (single-word verbs like 'connect' vs. underscore-separated 'show_version' vs. the long descriptive 'transparencia_servidores_remuneracao_consultar'), and no clear pattern across all tools.

Tool Count3/5

7 tools is reasonable in absolute terms, but the count is skewed: only one tool actually serves the server's stated 'Remuneração de Servidores' purpose, while the other six are generic platform utilities that feel misplaced in a domain-specific server.

Completeness2/5

The domain surface is severely incomplete: only a single query (CPF + month/year) is provided, with no other operations like listing, filtering, or retrieving detailed records. The platform tools don't address the remuneration domain.