Skip to main content
Glama

Search Substack publications

search_publications
Read-onlyIdempotent

Find Substack publications by name or topic. Get the canonical host required for research tools to handle publications on custom domains.

Instructions

Search Substack for publications by name or topic. Returns the canonical host for each, which is what the research tools need for a publication on a custom domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 0.
limitNoResults per page. 1 to 50, default 20.
queryYesWhat to search for: a name, a topic, a niche.
publicationNoWhich connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds behavioral context beyond annotations by revealing that results include canonical host information and that this is specifically required by research tools, which is useful for agents deciding whether the output is adequate.

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 with no filler. The first sentence states the action and scope; the second explains the output's significance. Every word earns its place, and key information is front-loaded.

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?

For a straightforward read-only search tool with fully documented parameters and safety annotations, the description adequately covers what the tool does and what it returns. The lack of an output schema is partially mitigated by stating that each result includes a canonical host. It could have mentioned result count or sorting, but those are minor gaps given the tool's simplicity.

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 description coverage is 100%, so the schema already documents all four parameters. The description's mention of 'name or topic' loosely reinforces the query parameter's meaning but adds no new detail about pagination, limits, or the publication parameter beyond what the schema provides.

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: 'Search Substack for publications by name or topic.' It also explains the key output (canonical host) and why it matters, which clearly distinguishes this publication-search tool from sibling tools like search_posts that target posts rather than publications.

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 gives a clear context for when to use this tool: it returns the canonical host that research tools need for custom-domain publications. This implies using this tool before research tools when a publication is on a custom domain, but it does not explicitly mention alternatives or exclusions such as 'use search_posts for post-level searches.'

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

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

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