Skip to main content
Glama

suggest_question

Suggest a NEW question/axis for the person — a dimension their model doesn't capture (situational axes welcome: name it 'When '). It lands in their Hunchful inbox and, by default, emails them; nothing is added until they answer. Authorized by OAuth (own model) or a contributionToken. Use sparingly — about once a week at most.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byNoYour name, e.g. "claude".
whyNoWhy you're asking — what you observed (no quotes, no names).
nameYesShort axis name, e.g. "When plans change suddenly".
poleAYesPole A label — one way of working.
poleBYesPole B label — the other way.
modelIdNo
questionYesThe question, addressed to the person.
contributionTokenNoScoped propose-only key, if not connected via OAuth.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
statusYes
inboxUrlYes
notifiedYes
proposalIdYes

TDQS

A4.7/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond annotations: queuing ('lands in their Hunchful inbox'), default emailing, deferred mutation ('nothing is added until they answer'), and auth via OAuth or contributionToken. This enriches the annotation set (readOnlyHint: false, openWorldHint: true) 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 compact and front-loaded with the core purpose. Every sentence adds distinct information: purpose, behavior, auth, and usage frequency. No redundant or vague phrasing.

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?

With an output schema present and high schema parameter coverage, the description provides the key missing context: the queued/email side-effect, auth requirements, naming guidance, and usage restrictions. It is fully adequate for an 8-parameter tool with moderate complexity.

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?

Schema coverage is high (88%), so the baseline is 3. The description adds value by providing a naming convention for 'name' ('situational axes welcome: name it 'When <situation>'') and clarifying that auth is via OAuth (modelId) or contributionToken, which helps interpret those parameters.

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 states the exact purpose: 'Suggest a NEW question/axis for the person — a dimension their model doesn't capture'. The verb ('Suggest'), resource ('question/axis'), and scope ('their model doesn't capture') are specific and distinguish it from siblings like add_hunch or propose_refinement.

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 provides clear context: 'It lands in their Hunchful inbox... nothing is added until they answer' explains the flow, and 'Use sparingly — about once a week at most' gives rate guidance. It also mentions auth prerequisites. However, it doesn't explicitly name sibling alternatives, relying on the 'NEW' framing to differentiate.

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

A4.1/5.0
Disambiguation4/5

Most tools are clearly distinct: add_hunch and suggest_question differ by confirmed vs. proposed; propose_refinement and apply_refinement differ by queued vs. direct. The only potential confusion is find_complementary_thinkers vs. find_matches, but their descriptions (famous thinkers vs. actual people) mitigate overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (add, apply, find, propose, read, suggest), with no mixed conventions or vague verbs. The names are descriptive and predictable.

Tool Count5/5

Seven tools is well within the ideal range for a focused domain. Each tool serves a distinct core operation—reading, adding, suggesting, refining, and matching—so no tool feels redundant or excessive.

Completeness4/5

The tool surface covers the primary workflows: reading a model, adding confirmed hunches, suggesting questions, proposing/applying refinements, and finding complementary thinkers or people. Minor gaps exist—no explicit update/delete hunch tool, and pending proposals are not listable—but these may be intentionally delegated to the human hub.