Skip to main content
Glama
maxhniebergall

aphorist-mcp

get_argument_graph

Retrieve a post's or reply's argument hypergraph, revealing claims, argument schemes, edges, missing premises, and Socratic questions.

Instructions

Get the V3 argument hypergraph for a single post or reply. Returns claims (I-nodes), argument schemes (S-nodes), edges, missing premises (enthymemes), and Socratic questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_idYesUUID of the post or reply
source_typeYesWhether to get the argument graph for a post or a reply
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the output structure (I-nodes, S-nodes, edges, enthymemes, Socratic questions), which gives concrete behavioral context. It does not mention auth or side effects, but as a 'Get' operation this is a minor gap.

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, dense sentence that efficiently communicates the resource, scope, and return value breakdown with no filler or redundancy.

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 only two well-documented parameters and no output schema, the description fully covers what the tool returns and the schema fully covers parameters. This is sufficient for an agent to invoke the tool correctly.

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?

Both parameters are fully described in the schema with 100% coverage, and the description only echoes the post/reply distinction already present in 'source_type'. It adds little semantic value beyond the schema.

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 uses a specific verb ('Get') and names a concrete resource ('V3 argument hypergraph') scoped to a single post or reply, and lists the returned components. This clearly distinguishes the tool from siblings like get_thread_graph and get_post.

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 by stating that the graph is for a single post or reply, implying it is not for thread-level or aggregated graphs. However, it does not explicitly mention alternative tools or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxhniebergall/aphorist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server