Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

substack_user

Fetch a public Substack writer profile to view identity, publications, and subscriber signals. Understand hidden totals and paid subscriber buckets.

Instructions

Get a public Substack writer profile. Returns one public Substack profile: identity, the publications the writer contributes to, their publicly visible subscriptions, and every subscriber signal Substack publishes. total is opt-in per writer and rounded to roughly three significant figures; when a writer hides it, total_hidden is true and total is 0, which must not be read as zero subscribers. paid_rough, paid_rough_int, and paid_tier are buckets - no exact paid subscriber count is published anywhere. follower_count is exact but counts followers, not subscribers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesSubstack profile handle

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.9/5.0
Behavior5/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 thoroughly explains the quirks: total is opt-in, rounded to ~3 significant figures, total_hidden indicates hidden and total=0 must not be read as zero; paid_rough, paid_rough_int, paid_tier are buckets with no exact count published; follower_count is exact but counts followers, not subscribers. This is rich, honest context that prevents misinterpretation.

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 moderately long but every sentence adds value. It front-loads the main purpose and content, then explains data quirks in a logical sequence. It's dense and well-organized without redundancy. Slightly verbose in the middle section, but overall efficient.

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?

With no output schema, the description must explain return values, and it does: it lists the profile components and clarifies the tricky fields. It covers the main things an agent needs to interpret the result correctly. It doesn't address error cases (e.g., nonexistent handle) or pagination, but those are minor for a single-profile tool and the core information is complete.

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?

The single parameter 'handle' has a schema description 'Substack profile handle' which is fully covered (100% schema coverage). The tool description doesn't add any extra meaning about the format, source, or validation of the handle. For a simple identifier parameter, the baseline of 3 is appropriate; the description neither helps nor hinders.

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 opens with a specific verb and resource: 'Get a public Substack writer profile.' It then enumerates exactly what the profile contains (identity, publications, subscriptions, subscriber signals), making it unambiguous what the tool does. This clearly distinguishes it from sibling tools like substack_user_search, substack_user_connections, or substack_publication, even though those aren't explicitly named.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description implies you need a handle but doesn't state that this is for retrieving a specific profile by handle, nor does it mention that substack_user_search exists for finding handles. No exclusions or conditions are given.

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

Deploy Server

Other Tools