Skip to main content
Glama

PIS (Ministério do Trabalho)

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

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 idempotentHint=true, covering the safety profile. The description adds the detail that both platform and adapter versions are returned, providing slightly more context, but no additional behavioral traits such as side effects, auth requirements, or rate limits are disclosed.

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, concise sentence ('Show the current MCP platform and adapter versions.') that is front-loaded with the verb and object. It contains no filler or redundant 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, read-only, zero-parameter tool with no output schema, the description is entirely sufficient. It clearly states what information is displayed (platform and adapter versions), leaving no ambiguity about the tool's purpose or expected result.

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, so the input schema is trivially 100% covered. Per the rubric, a 0-parameter tool gets a baseline of 4. The description adds no parameter-specific meaning because none exist.

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 a specific verb 'Show' and identifies the resource as 'current MCP platform and adapter versions,' clearly stating what the tool does. It is distinct from sibling tools like authenticate or connect, which are action-oriented, while this is purely informational.

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 does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or conditions. However, the simple, self-explanatory nature of the tool makes its usage obvious (whenever version info is needed), so the usage is implied rather than stated.

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 roles, but marketplace is a catch-all that overlaps with toolkit_info (list_tools vs. installed MCPs) and authenticate/connect both deal with connection state. The mix of PIS-specific and platform-level tools also creates ambiguity about which tool handles a given request.

Naming Consistency3/5

All names use lowercase with underscores, which is consistent, but the naming style varies: some are imperative verbs (authenticate, connect, report_bug), some are nouns (marketplace, toolkit_info), and one is Portuguese verb-noun (pis_consultar). This mixed pattern breaks the expected verb_noun consistency.

Tool Count2/5

Seven tools is a reasonable count, but for a server named 'PIS (Ministério do Trabalho)', only one tool actually relates to PIS. The other six are generic MCP platform utilities (marketplace, auth, version, etc.) that do not belong under this name, making the count inappropriate for the apparent purpose.

Completeness3/5

The PIS domain is covered by only a single consultation tool; there are no other PIS operations (e.g., statement retrieval, updates). The platform utilities are comprehensive for managing MCPs, but they are irrelevant to the core domain. This leaves the surface feeling incomplete for a server claiming to provide PIS services.