Skip to main content
Glama

Zippa(ジッパ)

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

list_pages

「Zippa(ジッパ)」に読み込まれているページの一覧(タイトルと URL)を返します。トップ(/)は高速化の機能の紹介、/speed-check/ は無料スピード計測、/manual/ は操作マニュアル、/mission/ は Zippa への思い、/news/ の下はお知らせ、/terms/・/privacy/ は規約と方針、/company/・/operator/ は運営会社と運営者です。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure; it does state scope (pages loaded into Zippa) and output (titles and URLs) and adds a site-map inventory. However, it omits pagination/order behavior despite the limit/offset schema, and doesn't state whether the list is complete or truncated.

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 main function is front-loaded in one sentence, and the semicolon-separated site map is compact. It is slightly long but each path entry adds orientation value for the agent.

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?

For a simple two-parameter list tool, the description covers the return shape and page inventory, but it leaves pagination semantics and sibling-tool selection unaddressed. There is no output schema to compensate, so those gaps matter.

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 never mentions limit or offset. The parameter names are conventional enough to guess, but the description adds no meaning about how pagination affects the returned list.

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?

The description opens with a specific verb and resource: it 'returns a list of pages loaded into Zippa (titles and URLs).' It clearly states the output fields, but it never names sibling tools or explicitly contrasts with get_page/search_pages, so it doesn't fully earn the top distinction score.

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?

The page-content breakdown implies this is for surveying what pages exist, but there is no explicit 'use this when' or 'use search_pages when filtering.' With siblings like search_pages and get_page present, the lack of routing guidance leaves the choice to inference.

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