Skip to main content
Glama

Substack Login

substack_login

Starts the Substack login process by opening a dedicated browser profile. After you log in, the server gains access to your subscribed posts.

Instructions

Open a dedicated local browser profile and wait for the user to log into Substack.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutSecondsNo
Behavior2/5

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

No annotations provided, so description carries full burden. It describes opening a browser and waiting for user login, but fails to disclose what happens after login, whether login state persists, or any side effects like requiring a fresh browser profile.

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 description is a single, front-loaded sentence with no wasted words. However, it could include more detail without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a login tool with one optional parameter and no output schema, the description lacks critical context such as expected outcomes, error handling, and whether the tool blocks or returns. Leaves significant gaps for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not mention the timeoutSeconds parameter at all. The parameter has no description in the schema, and the tool description fails to add meaning or usage context.

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 clearly states the action (Open a dedicated local browser profile and wait for the user to log into Substack). It distinguishes from siblings which are about config, posts, sync, etc., making it unique for authentication.

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 usage for initial login but does not explicitly state when to use this tool versus alternatives. No exclusions or prerequisites are mentioned.

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/cchen7/substack-mcp'

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