Skip to main content
Glama

996.fm perspective graph

Trace one person's views over time

trace_evolution
Read-onlyIdempotent

One speaker's takes in order of episode publication date (optionally on one debate) — reversals and re-assertions visible, never judged. Attribute and date every position (dates are episode publication dates); keep hedged claims hedged. A 2023 position is a 2023 position; if the same person later said otherwise, show both.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
personYes
debate_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, closed-world, non-destructive), and the description adds real behavioral context beyond them: results are ordered by publication date, every position must be dated and attributed, hedged claims stay hedged, and both sides of a reversal are surfaced. This is meaningful output-shaping guidance, though it omits any note on result size or pagination.

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

Conciseness4/5

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

The purpose and its distinguishing ordering are front-loaded, and the piece is short. The final sentence ('A 2023 position is a 2023 position') restates the earlier 'never judged' intent, costing a little density.

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?

For a two-parameter, no-output-schema read tool, the description supplies what the agent needs: the record set, its ordering, the optional debate scope, and the attribution/hedging expectations. Nothing essential is missing, though a note on result volume would round it out.

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 0%, so the description must carry the parameters, and it does map both: 'one speaker' identifies the required person and 'optionally on one debate' clarifies that debate_id is an optional scope filter. It still omits format expectations (e.g., name form or debate_id style), so the compensation is partial.

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 states a specific verb and resource: one speaker's takes ordered by episode publication date, optionally scoped to one debate. The 'in order of publication date' framing clearly separates it from a static stance lookup, but the siblings (find_perspectives, get_stances) are never named, so differentiation is left to inference.

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

Usage Guidelines3/5

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

Usage is implied well enough ('one speaker's takes... optionally on one debate') to signal when the tool fits and what the debate_id scoping does. However, there is no explicit when-to-use versus find_perspectives/get_stances guidance and no exclusions, so the agent must infer the choice from sibling names.

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