Skip to main content
Glama

read_model

Read-onlyIdempotent

Read a Hunchful collaboration model: its hunches (axis, pole, confidence), the axis ids you can refine, and how you're connected. Start here. With OAuth, omit modelId to read the connected person's own model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelIdNoModel id. Omit when connected via OAuth to use the person's own model.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes
renderYes
hunchesYes
modelIdYes
guidanceYes
connectedAsYes
constraintsYes
openHunchesYes
howToConnectNo
libraryVersionYes
canApplyDirectlyYes
refinablePatternIdsYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so safety is established. The description adds behavioral nuance: the OAuth-dependent default behavior of modelId and the fact that it returns 'how you're connected'. This adds value beyond annotations.

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?

Two sentences, front-loaded with the core action and output, then a targeted OAuth note. Every word earns its place; no redundancy or filler.

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?

With a single optional parameter and an output schema present, the description covers what the tool does, what it returns, and the OAuth alternate usage. Lacks explicit statements about prerequisites (e.g., OAuth scopes), but that is beyond the needed scope for a simple read operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%: modelId is described as optional, omitted when connected via OAuth. The description repeats this exact guidance without adding new parameter meaning. Baseline 3 applies since the schema does the heavy lifting.

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?

Description uses specific verb 'Read' and resource 'collaboration model', enumerates returned contents (hunches with axis/pole/confidence, axis ids, connections) and marks itself as the entry point ('Start here'). Clearly distinguishes from sibling tools 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?

Provides clear context: 'Start here' signals this is the initial read action. Also gives specific instruction for OAuth (omit modelId to read the connected person's own model). Does not explicitly state alternatives or exclusions, but the tool's role as read-only entry point is clear.

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.