Skip to main content
Glama
wkbaran

Medium Reader MCP

by wkbaran

Unfollow

unfollow
DestructiveIdempotent

Stop following a Medium author or publication. If the name is ambiguous, candidates are returned for you to choose the correct one.

Instructions

Unfollow an author or publication. Only use when the user explicitly asks. If the name is ambiguous the candidates are returned; ask the user which one they mean.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesAn author ("@username" or profile URL) or publication (name, slug like "javarevisited", or URL like "https://pub.towardsai.net").

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, covering the mutation and destructive nature. The description adds valuable context: the ambiguity handling (candidates returned) and the explicit user request requirement. No contradiction with 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?

Three concise sentences with zero redundancy. The core action is front-loaded, followed by critical usage and ambiguity guidance. Every sentence earns its place.

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?

For a single-parameter tool with no output schema and annotations covering the safety profile, the description is complete. It covers what, when, and how to handle ambiguity, leaving no critical gap for correct invocation.

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 description coverage is 100%, so the parameter is fully documented. The description adds behavioral meaning beyond the schema by explaining that ambiguous names return candidates for user disambiguation, which enriches the parameter's semantics.

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 a specific verb and resource ('Unfollow an author or publication') and clearly distinguishes the action from siblings like 'follow' and 'list_following'. The scope is unambiguous.

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?

Explicitly states when to use ('Only use when the user explicitly asks') and handles ambiguity by instructing to ask the user. It does not explicitly list alternatives or exclusion criteria, but the condition is clear and actionable.

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