Skip to main content
Glama
ycagraoglu

Medium MCP

by ycagraoglu

login_to_medium

Opens Medium's sign-in page in a dedicated Microsoft Edge profile, allowing manual Google login to authorize article access for the MCP server.

Instructions

Open Medium's sign-in page in a dedicated persistent Microsoft Edge profile. The user can complete Google sign-in manually in the visible browser window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly explains that the tool opens a dedicated persistent Microsoft Edge profile, requires manual user action for Google sign-in, and occurs in a visible browser window. This gives the agent a good picture of the interactive, persistent nature of the login. It could add what happens after sign-in (e.g., whether the tool waits or returns success), but this is a minor omission.

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 with no redundant phrasing. The description is front-loaded with the core action and immediately provides key behavioral context (dedicated profile, manual sign-in, visible window). Every word earns its place.

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 simple no-parameter tool, the description covers the essential behavior and context well. It lacks information about return values or whether the tool blocks until sign-in is complete, but given the absence of an output schema and the tool's simplicity, it is reasonably complete. An explicit note about not being headless would add completeness, but the visible-browser detail already implies this.

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?

The tool has zero parameters, so the baseline for this dimension is 4. The description appropriately does not need to add parameter-level detail because there are none.

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 (Open) and resource (Medium's sign-in page in a dedicated persistent Microsoft Edge profile), making it clear this is the login/authentication tool. It clearly differentiates from sibling tools (check_medium_session, get_medium_article, search_medium) by focusing on sign-in setup.

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?

The description implies this is the initial manual login step but does not explicitly state when to use it versus alternatives. It would benefit from saying 'Use this before check_medium_session if the session is not already active' or 'Use this once to establish a persistent login.' No exclusions or alternative tool mentions are provided.

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/ycagraoglu/medium-mcp'

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