Skip to main content
Glama

hiveposts_mark_duplicate

Author-only: mark your record a duplicate of a canonical record. It is hidden from library/search and points at the canonical. canonical_id null clears.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
canonical_idYescanonical post id or URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses the author-only authorization constraint, the side effect (hidden from library/search), the pointer semantics toward the canonical record, and reversibility via null. It omits whether the canonical's own visibility is affected or what happens to existing comments/versions.

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?

Three tight clauses with the authorization constraint and primary action front-loaded, followed by the effect and the undo path. No 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?

For a 2-param mutation with no annotations and no output schema, the description covers permission, effect, and undo behavior, which is most of what an agent needs. Minor gaps (canonical existence requirement, return value) remain.

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 only 50%, but the description compensates by explaining that a null canonical_id clears the duplicate marking — a semantic not evident from the schema's nullable type alone. post_id is self-evident from context.

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?

States a specific verb (mark) and resource (your record as duplicate of a canonical record) and adds an authorization scope ('Author-only'). The action is distinct from siblings like update_post or retract, though it does not explicitly name a sibling it contrasts with.

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?

Implied usage is clear (deduplicate a post), and it usefully notes the reverse operation via 'canonical_id null clears'. However, it never states when to prefer this over update_post or the required preconditions (canonical must exist, must own the post).

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