Skip to main content
Glama

Receita PJ QSA + Participação

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

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

Annotations already declare safety properties (readOnlyHint=true, idempotentHint=true, destructiveHint=false), and the description adds meaningful context by specifying exactly what information is returned (installed MCPs, connection status, accounts, catalog tool counts). This goes beyond merely restating the tool's name and gives the agent a clear picture of the tool's behavior and output content, which is fully consistent with the 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 a single sentence of moderate length, front-loaded with the core action ('Returns the current toolkit state') followed by a parenthetical list of contents. Every word earns its place, with no redundancy, fluff, or irrelevant details. It is both concise and well-structured.

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 tool with no parameters, no output schema, and no nested objects, the description is sufficiently complete. It enumerates the return content at a high level (installed MCPs, connection status, accounts, tool counts), giving the agent a clear understanding of what to expect. No further information is necessary for effective invocation or result interpretation.

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 the input schema is an empty object. Per the rubric, a baseline of 4 is appropriate for 0-parameter tools since there is no parameter semantics to clarify. The description also does not need to compensate for any schema gaps.

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 specifies the tool's function with the verb 'Returns' and identifies the resource as 'current toolkit state', enumerating the exact contents (installed MCPs, connection status, connected accounts, and catalog tool counts). This distinguishes it from sibling tools like show_version (version info) and marketplace (marketplace tools), making its unique purpose unmistakable.

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?

The description implies usage by clearly defining the tool's output: if an agent needs to know the toolkit state, this is the tool to call. There are no explicit exclusions or references to alternatives, but given the tool's specific and non-overlapping scope, this is sufficient context. No prerequisites or special conditions are mentioned, but none are needed for a simple read-only info tool.

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

Each tool has a distinct purpose: authentication, connection status, marketplace operations, the QSA consultation, bug reporting, version info, and toolkit state. There is no ambiguity between them.

Naming Consistency2/5

Names mix languages (English vs. Portuguese) and conventions: verbs (connect, authenticate), nouns (marketplace, toolkit_info), and verb_noun (report_bug, show_version, receita_pj_qsa_consultar). No consistent pattern is followed.

Tool Count2/5

Seven tools is a reasonable number, but the majority are generic platform utilities unrelated to the server's stated domain of 'Receita PJ QSA + Participação'. The set feels bloated with infrastructure controls rather than focused on its purpose.

Completeness1/5

The domain is served by only a single tool (receita_pj_qsa_consultar). There are no other operations like listing, pagination, or historical data, leaving the surface severely incomplete for a dedicated company data server.