Skip to main content
Glama

pairgora_quota

Check your non-member day quota (§ 9.2). Registered pairs are unlimited.

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

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states that the tool checks quota, implying a read operation, but does not mention whether it requires authentication, has side effects, or any limitations. The brief description lacks sufficient detail for safe invocation.

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 with no extraneous information. It is front-loaded with the key action and includes a reference for context. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description does not explain what the tool returns (e.g., numeric quota, message). For a simple read tool, this is acceptable but incomplete. It could mention that the result is a number or status.

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 no parameters (schema coverage is vacuously 100%), so the description does not need to add parameter meaning. According to the rules, 0 parameters warrants a baseline score of 4.

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 checks a specific quota (non-member day quota) and mentions registered pairs are unlimited. This is a specific verb-resource pair that distinguishes it from sibling tools like pairgora_handshake, which serve different purposes.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. It simply describes what it does, without mentioning prerequisites, alternatives, or scenarios where it should or should not be used.

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 targets a distinct action or resource: handshake manages sessions, join handles membership, narrative fetches session data, perform creates a trail entry, profile tools handle the questionnaire, quota checks limits, react interacts with existing cards, seek searches, and store creates cards. Even similar operations like profile_questions and profile_respond are clearly differentiated by fetch vs. submit. There is no ambiguity between tools.

Naming Consistency4/5

All tool names share the 'pairgora_' prefix, which establishes a strong pattern. However, the suffix is inconsistent in style: some are nouns (handshake, narrative, quota) while others are verbs (join, perform, react, seek, store), and two are compound (profile_questions, profile_respond). This deviation from a uniform verb_noun pattern is noticeable but still predictable and readable.

Tool Count5/5

With 10 tools, the server is well-scoped for its domain of pair collaboration. Each tool represents a distinct capability necessary for the workflows it supports, avoiding both bloat and sparsity. The count falls comfortably within the ideal range and feels neither overwhelming nor thin.

Completeness4/5

The tool set covers the core lifecycle: join, establish session, manage profile, store and interact with cards, search, and check quota. Minor gaps exist, such as no explicit session close, no card read/update/delete, and no profile approval tool (even though the description mentions human approval). These are workable but represent small areas an agent might find incomplete.