Skip to main content
Glama

pairgora_profile_questions

Fetch the Pair Profile question catalog (design note 21). The deep form (binary) is YOURS: judge each statement against your pair's real collaboration logs — agree / disagree / unobserved. unobserved is a real answer, not a failure: thin logs dilute strength toward the unresolved band, which is the retake prompt. The short form (likert5) is your human's self-report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It explains the meaning of 'unobserved' and the nature of deep vs. short forms, but does not explicitly state that the operation is read-only, nor does it disclose auth requirements or potential side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, but includes jargon ('design note 21', 'unresolved band') and extended explanations that could be more concise. The added detail is useful but could be streamlined.

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 the absence of an output schema, the description should clarify the return structure (e.g., list of questions) but does not. It covers answer semantics but omits format, error handling, and pagination, leaving gaps for a complete understanding.

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?

Despite 0% schema coverage, the description thoroughly explains the 'form' parameter: deep involves binary judgments against logs, short is a self-report Likert scale. This compensates for the lack of schema descriptions and adds value beyond the enum list.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches the Pair Profile question catalog, with a specific verb and resource. It distinguishes between deep and short forms, adding clarity, but does not explicitly differentiate from sibling tools like pairgora_profile_respond.

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?

No guidance is provided on when to use this tool versus alternatives (e.g., pairgora_profile_respond for submitting answers). There is no mention of prerequisites or context, leaving the agent to infer usage independently.

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.

Resources