Skip to main content
Glama
marcomoauro

Substack MCP Server

by marcomoauro

list_subscribers

List and filter Substack subscribers by 48+ columns, search, sort, and paginate. Use returned count to size audience segments even with a single result.

Instructions

List and filter the subscribers of your Substack publication. Supports the same 48 columns and operators as the Subscribers dashboard, combined with AND, plus free-text search, sorting and pagination. Returns count, the total matching the filters regardless of limit, so a call with limit 1 is a cheap way to size a segment. Engagement columns (email opens, post views, comments, shares, activity rating) can be filtered on here but are not part of the records this tool returns — use export_subscribers to read their values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many subscribers to return, 1-100, defaulting to 25.
offsetNoHow many subscribers to skip, for paging through a large segment.
searchNoFree-text search over subscriber name and email.
filtersNoConditions to apply, combined with AND. The API supports no OR and no nesting, so anything needing OR has to be issued as separate calls. Omit to match every subscriber.
sort_byNoColumn to sort by. Any filterable column works.
sort_directionNoSort direction, defaulting to desc.
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing non-obvious behaviors: the count is independent of limit (making limit=1 a segment-size probe), engagement columns can be filtered on but are not part of returned records, and filters combine with AND. It lacks explicit read-only/permission notes, but the read-style action is implied and the disclosed quirks are highly valuable.

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 tight sentences: purpose, feature set, count behavior, and an alternative-tool pointer. Each sentence carries distinct information with no filler or repetition. The structure front-loads the core purpose and then adds operational details in a logical order.

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 the tool's complexity (6 params, nested filters with 48 columns) and the very rich schema, the description supplies enough high-level context: it explains the AND limitation, the count behavior, and the division of labor with export_subscribers. It does not enumerate the returned record fields, but the schema and the explicit exclusions make the tool usable without that detail.

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 schema already covers all parameters with descriptions (100% coverage), so the baseline is 3. The description adds meaningful extra semantics: the limit parameter's use for cheap segment sizing via count, and the clarification that the filters parameter can include engagement columns even though they are not returned. These enrich the parameter understanding beyond the schema.

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 clear verb-resource pair: 'List and filter the subscribers of your Substack publication.' It further distinguishes itself from sibling tools, especially export_subscribers, by explicitly noting that engagement columns are filterable here but returned only via export_subscribers. This makes the tool's role unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use context: it supports dashboard-like filtering, AND-only combination, and a cheap count-based segment sizing pattern. It also provides an explicit alternative: 'use export_subscribers to read their values' for engagement metrics, clearly directing the agent away from this tool for that need.

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

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