Skip to main content
Glama

webposto_login_check

Read-onlyIdempotent

Valida a credencial webPosto: faz login no backend oficial e retorna se deu certo, mais o corpo do login (token de sessão, filiais e dados do usuário). Use pra confirmar que CNPJ/usuário/senha estão corretos e que o dispositivo foi liberado no painel.

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

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds behavioral context beyond those: it explicitly states the tool performs a login to the official backend and returns the session token, branches, and user data. This clarifies the nature of the operation (a validation, not a persistent connection) and what the response contains, complementing the annotations without contradiction.

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: the first explains what it does and returns, the second provides usage guidance. Every sentence carries essential information with no filler or redundancy, making it highly efficient and well-structured.

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?

Despite having no output schema or parameters, the description covers the tool's core purpose, the action performed (login to official backend), the success indicator (returns if it worked), and the specific data returned (token, branches, user data). It also gives a concrete use case. While it could mention potential failure outcomes or prerequisites, the description is adequate for a simple credential check with full annotation support.

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 0 parameters, so the baseline of 4 applies. The description does not add parameter details because none exist. It implicitly covers the tool's scope by explaining what the login validates, which aligns with the zero-parameter 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 uses a specific verb 'Valida' (validates) and resource 'credencial webPosto', clearly stating it logs in and returns whether it succeeded along with the login body (session token, branches, user data). It distinguishes itself from siblings by focusing on credential validation for confirming CNPJ/user/password correctness, making its purpose unambiguous.

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?

Explicit usage guidance is provided: 'Use pra confirmar que CNPJ/usuário/senha estão corretos e que o dispositivo foi liberado no painel' (use to confirm credentials are correct and device is released). While it doesn't explicitly list alternatives or when-not-to-use, it clearly advises when to invoke this tool, which is sufficient context for a simple validation check.

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

B3.4/5.0
Disambiguation2/5

Several tools overlap in purpose: connect and toolkit_info both report connection status, authenticate and connect both deal with auth/connection, and marketplace alone covers search, describe, invoke, install, subscribe, and bug reporting, duplicating the standalone report_bug. The two webPosto tools are distinct but the broader set blurs boundaries.

Naming Consistency2/5

The generic platform tools use inconsistent styles: single verbs (authenticate, connect), a noun (marketplace), and noun_underscore (toolkit_info). Only the webPosto tools follow a consistent verb_noun pattern (list_accounts, login_check), but the prefix and structure differ from the rest. No uniform convention is applied.

Tool Count4/5

8 tools is within a reasonable range and not excessive. However, several are generic platform utilities that overlap, and the marketplace tool is a monolithic catch-all that arguably should be split into multiple focused tools. The count itself is acceptable, though the distribution is imbalanced.

Completeness1/5

As a server named webPosto, the toolset lacks any actual webPosto operations beyond listing accounts and validating login credentials. There are no tools for creating, reading, updating, or deleting posts, managing content, or performing other core webPosto functions. The marketplace tool can indirectly invoke other MCPs, but the stated domain is severely under-covered.