Skip to main content
Glama

pSEO Engine

List pages in a project

seo.rows.list

Returns a page of rows (individual generated pages) with slug, target keyword and status. Costs 1c per call. Statuses are PENDING (no content yet), GENERATING, GENERATED (draft), REVIEWED (approved), PUBLISHED (live), FAILED, FLAGGED_DUPLICATE. Content bodies are NOT included — this is a listing, not an export.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many rows to return, 1-200. Defaults to 50. Values above 200 are rejected — page through instead of asking for everything.
statusNoOptional exact status filter. Omit for all statuses. Must be one of the listed values, uppercase.
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

A3.8/5.0
Behavior4/5

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

No annotations exist, so the description carries the burden. It adds valuable behavioral details: cost per call, explicit exclusion of content bodies, and a full status enum with human-readable meanings. It does not mention pagination semantics, but the provided details go beyond a bare function summary.

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, front-loaded with the core action, then cost, then status semantics. Every clause adds useful information without fluff or repetition.

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 list operation, the description covers purpose, cost, filter dimension, and critical limitation (no bodies). It doesn't mention pagination tokens or ordering, but the presence of 'a page of rows' and limit parameter partially covers this. Solid overall coverage.

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?

The input schema already documents limit, status, and projectId thoroughly. The description adds little to parameter understanding beyond calling rows 'generated pages', but that context is minor. Baseline of 3 is appropriate since the schema covers semantics.

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 starts with a specific verb and resource ('Returns a page of rows... generated pages') and states key returned fields (slug, target keyword, status). This clearly differentiates it from sibling tools like seo.project.list, which lists projects rather than row-level page data.

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

Usage Guidelines2/5

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

No explicit guidance on when to choose this tool over alternatives, nor any prerequisites (e.g., call seo.project.list first to get a project ID). The status list implies monitoring use cases but is not framed as a when-to-use instruction.

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