Skip to main content
Glama

SEO対策研究室

どんなページがあるか見る

list_pages

「SEO対策研究室」に読み込まれているページの一覧(タイトルと URL)を返します。/blog/ は SEO の解説記事、/datasets/ は SEO に関するアンケート結果、/seo-case-studies/ と /initiatives/ は支援事例、/news/ は登壇・寄稿などのお知らせ、/paper/ は資料です。分野ごとに記事をまとめて紹介したいときに使います。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It describes the return content (titles/URLs) and URL-path categories, but discloses no behavior such as pagination via limit/offset, default page size, ordering, or whether the full list is returned at once. For a listing tool this is a notable gap.

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

Conciseness3/5

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

The main purpose is front-loaded in the first sentence. The subsequent URL-path breakdown (/blog/, /datasets/, /seo-case-studies/, etc.) is genuinely useful for the stated use case, but it is somewhat verbose for a list tool and could be trimmed. Moderate efficiency overall.

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

Completeness3/5

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

The description explains the return format (titles and URLs) and the semantic meaning of URL categories, which supports the intended use. However, with no annotations and no output schema, pagination behavior, parameter semantics, and ordering are left unexplained, making it incomplete for an agent that needs to page through results correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description adds nothing about the two parameters (limit, offset). It doesn't explain pagination semantics, defaults, or the maximum of 200. The description's URL-path taxonomy is useful but unrelated to parameter meaning, leaving both params semantically unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource: 'returns a list (titles and URLs) of pages loaded into SEO対策研究室'. The return format is explicit. It implicitly differentiates from search_pages (listing vs searching) and get_page (single page), though it doesn't name them.

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

Usage Guidelines3/5

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

Offers one usage context: 'use it when you want to introduce articles organized by field'. This gives a concrete trigger but never contrasts with the sibling tools (search_pages, get_page, site_overview) or states when NOT to use it. No exclusions are provided.

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