Skip to main content
Glama
dkships

substack-publisher-mcp

by dkships

List Posts

list_posts
Read-onlyIdempotent

Retrieve post metadata from a Substack publication, including title, URL slug, audience, and publish date. Filter by type, date range, or sort order.

Instructions

List posts published by a Substack publication. Returns post metadata including title, URL slug, audience, publish date, and type. Use the urlSlug from results with get_post or get_post_stats for details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nextNoPagination cursor from a previous list_posts response. Pass this to get the next page of results.
typeNoFilter by post type.
sortByNoSort order. Defaults to newest.
endDateNoFilter posts published on or before this date (YYYY-MM-DD).
startDateNoFilter posts published on or after this date (YYYY-MM-DD).
maxResultsNoMaximum number of posts to return. Default 100.
publicationNoPublication name (e.g., 'ny', 'la'). Required if multiple publications are configured.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds behavioral context by listing returned metadata (title, URL slug, etc.) and implying pagination via 'next' parameter. No contradiction with annotations.

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, no unnecessary words. First sentence states purpose and return info, second gives actionable guidance. Highly 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?

Given no output schema, the description adequately covers return values (title, URL slug, etc.) and hints at pagination. For a list tool with well-documented parameters, this is sufficient.

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?

Schema coverage is 100%, so the description does not need to repeat parameter details. It mentions urlSlug in context but does not add new semantic meaning beyond the schema, earning the baseline score.

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 states 'List posts published by a Substack publication' with a specific verb ('List') and resource ('posts'). It distinguishes from sibling tools like get_post and get_post_stats by implying it returns multiple posts.

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?

The description explicitly recommends using urlSlug from results with get_post or get_post_stats for details, providing clear context for follow-up. However, it does not explicitly state when to use this tool versus alternatives.

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

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