Skip to main content
Glama
frlorenzon

MCP Sienge Node

by frlorenzon

verificar_autenticacao

Check if authentication is properly configured: displays the active method (Bearer Token or Basic Auth) and whether credentials are complete. For live validation, use testar_conexao.

Instructions

Mostra qual mecanismo de autenticação está configurado (Bearer Token ou Basic Auth) e se as credenciais estão completas. Não chama a API — para verificar se elas de fato funcionam, use testar_conexao.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states that the tool does not call the API, which is a key behavioral trait (non-side-effect). It also describes what it shows (mechanism and credential completeness). It could add more detail about return format or edge cases, but for a simple inspection tool, this is sufficient 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 two sentences with no wasted words. It front-loads the main purpose, then adds the critical exclusion and alternative tool reference. Every sentence earns its place.

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 and no output schema, the description is complete: it explains what the tool displays, what it does not do (call the API), and directs to the sibling tool for functional verification. No further context is needed.

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 input schema has zero parameters, and schema coverage is trivially 100%. The baseline for 0 parameters is 4, and the description does not need to explain parameters since there are none. It adds no parameter-related info, which is appropriate.

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: showing which authentication mechanism is configured (Bearer Token or Basic Auth) and whether credentials are complete. It uses a specific verb ('Mostra') and resource ('autenticação configurada'), and explicitly distinguishes itself from the sibling tool 'testar_conexao' by noting it does not call the API.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

The description provides explicit usage guidance: it tells the agent when to use this tool (to inspect configuration) and when not to (to verify actual functionality), directing to the alternative 'testar_conexao' for actually testing credentials. This meets the 'when/when-not/alternatives' criterion perfectly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/frlorenzon/MCP-Sienge-Node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server