Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

substack_publication

Retrieve a Substack publication's public profile and complete subscription offering: web and App Store plans, per-currency pricing, benefits, and tier toggles. Identify by name or numeric publication ID.

Instructions

Get a Substack publication and its subscription offering. Returns a publication's public profile and its complete subscription offering: every purchasable web plan with per-currency pricing, the separately priced App Store plans, per-tier benefit copy, and the toggles governing which tiers are sold. Identify the publication by name (a subdomain such as semianalysis, or a custom domain such as www.thefp.com) or by numeric publication_id -- exactly one is required. Prefer publication_id when you have it: it reads a compact document, while resolving by name has to parse the publication's full homepage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publicationNoPublication subdomain or custom domain. Provide this or publication_id.
publication_idNoNumeric publication id. Cheaper than resolving by name. Provide this or publication.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses meaningful traits beyond the purpose: exactly one identifier is required, and resolving by name is more expensive because it parses the full homepage, while publication_id reads a compact document. It does not discuss auth, rate limits, or error cases, but the read-only nature and key cost behavior are transparent.

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?

Four sentences with no filler: purpose and return contents are front-loaded, then identifier guidance is kept together and explained concisely. The output detail is long but earns its place because there is no output schema.

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?

Given there is no output schema, the description compensates by spelling out what the response contains and how to choose the identifier. It is missing explicit error/auth behavior, but for a public profile-and-plans lookup the practical calling context is fully covered.

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 100%, so the baseline is 3, and the description adds real value on top: concrete name examples (semianalysis, www.thefp.com), the exact-one-of-two constraint, and a cost-based reason to prefer publication_id. The schema leaves required empty, so this clarification is especially useful.

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 and resource ('Get a Substack publication and its subscription offering') and enumerates the exact returned data: web plans, per-currency pricing, App Store plans, benefit copy, and sale toggles. This clearly separates it from sibling tools like substack_publication_posts or substack_publication_contributors.

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?

It gives clear context for when to call: when a publication's profile and full subscription offering are needed. It also specifies identifier usage ('exactly one is required') and recommends publication_id for efficiency, but it does not explicitly name alternatives among the many substack_* siblings or state when not to use this tool.

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