Skip to main content
Glama

Expand coverage

betterpost_expand_coverage

Broadens a project's coverage: expands the relevance criteria (when needed), finds more sources across news, the web, and the relevant social platforms, and fetches them inline. Applies on a topic_unavailable, no_stories, or low-coverage signal. May return warming: true with retryAfterMs (~60s), meaning the newly gathered stories are still landing. An out-of-scope focus requires confirmedByUser: true; without it, it returns a confirmation_required error. No credits are charged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoThe topic to get more on (e.g. "League of Legends"). Omit to broaden the whole project.
projectIdYes
addAsCriteriaNoAlso append an in-scope `focus` as a standing relevance criterion (out-of-scope, confirmed foci are added automatically).
confirmedByUserNoSet true once the user has agreed to widen the project to an out-of-scope `focus`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
warmingYes
retryAfterMsYes
sourcesAddedYes
storiesAddedYes
criteriaAddedYes

TDQS

A4.6/5.0
Behavior5/5

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

The description adds significant behavioral context beyond annotations: it explains the warming mechanism with retryAfterMs, that no credits are charged, and the confirmation_required error for out-of-scope focus. This complements the annotations (readOnlyHint=false, openWorldHint=true) without contradiction.

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?

The description is concise (5 sentences) and front-loaded with the primary action. Every sentence provides necessary information: what it does, when to use, behavioral notes (warming, errors, credits). No filler or redundancy.

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?

The description covers key aspects: purpose, usage signals, parameter behavior, errors, and cost. With an output schema present, return values need no explanation. Minor gap: does not explicitly state that expansion adds sources/stories to the project, but it's implied from 'broadens coverage' and 'fetches them inline'.

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 input schema already has high coverage (100% with descriptions). The description adds value by explaining usage nuances: 'Omit to broaden the whole project' for focus, and the automatic addition of out-of-scope confirmed foci for addAsCriteria. This enhances 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 clearly states the tool broadens a project's coverage by expanding relevance criteria, finding sources, and fetching them inline. It specifies conditions for use (topic_unavailable, no_stories, low-coverage signal), distinguishing it from siblings like betterpost_add_source which add individual sources.

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 states when to apply the tool (on topic_unavailable, no_stories, or low-coverage signal). It also provides context for out-of-scope focus requiring confirmedByUser. However, it does not explicitly mention when to use alternatives, though the conditions are clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose—project management, source and story handling, content generation, settings, and usage—with no overlapping functionality. The descriptions clearly delineate when to use each tool.

Naming Consistency5/5

All tools follow the consistent pattern 'betterpost_<verb>_<noun>', making the set predictable and easy to navigate. The naming convention is uniform throughout.

Tool Count5/5

With 23 tools, the server covers a comprehensive content generation workflow without being overwhelming. Each tool serves a necessary function, and the count feels well-scoped for the domain.

Completeness5/5

The tool surface covers the full lifecycle of project management, source acquisition, story curation, content generation/derivation, and settings configuration. There are no obvious gaps that would cause an agent to fail in typical use cases.