Skip to main content
Glama

pSEO Engine

Publish approved pages

seo.publish

SYNCHRONOUS. Takes approved pages live. Costs 5c. IMPORTANT: only rows in REVIEWED status are published — GENERATED drafts are deliberately skipped, because approval is a human gate in this product. The response reports how many were skipped and why; if publishedCount is 0 and skippedNeedsReview is high, the pages need approving in the dashboard first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe project id, exactly as returned by seo.project.list (a cuid such as 'cmtjyi1q20000l204octn48ai'). Not the slug, not the display name. If you do not have one, call seo.project.list first.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

While there are no annotations to contradict, the description goes beyond basics: it discloses the synchronous nature, the cost (5c), and the critical behavioral nuance that GENERATED drafts are skipped. It also explains how to interpret the response (publishedCount and skippedNeedsReview), which is valuable for an agent to avoid confusion.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence adds value: synchronous flag, cost, status rule, and response interpretation. The only minor issue is that 'SYNCHRONOUS' and cost are somewhat technical and could be front-loaded better, but the most important behavioral rule (status filter) is placed prominently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool is a single-parameter publish action, the description covers the essential operational details: what happens, what's skipped, how to interpret results, and cost. The lack of an output schema is compensated by describing the response fields. There's no ambiguity left for an agent to guess about.

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 projectId fully with type, format example, and instruction to use exact id. The description reinforces by restating the need for the exact project id and when to fetch it, adding a conditional workflow hint that goes beyond the schema. Since schema coverage is 100%, this is above baseline.

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?

Clearly states the verb and resource ('Takes approved pages live') and distinguishes itself from siblings by explaining it publishes approved pages, not generating or auditing. It also clarifies the scope ('only rows in REVIEWED status'), which sets it apart from content generation or listing tools.

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?

Explicitly tells the agent when to use it (when pages are approved) and when not to (when pages are in GENERATED draft status), with a clear reason (human approval gate). It even instructs to call seo.project.list first if no projectId, which is actionable guidance.

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.

Resources