Skip to main content
Glama

Prenica(プレニカ)

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

list_pages

「Prenica(プレニカ)」に読み込まれているページの一覧(タイトルと URL)を返します。/news/ の下がプレスリリース 1 件ずつのページで、業界ごとに分かれています(/news/ai-dx/ など)。/type/ はリリースの種類、/about/・/pricing/・/guidelines/・/faq/ はサービスの説明です。読み込んだ時点のもので、最新のリリースがすべて入っているとは限りません。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does a good job: it discloses the output shape (titles and URLs), states the snapshot/staleness caveat, and explains how URL paths correspond to page categories. Pagination behavior and error conditions are not discussed, but the core read-only, data-freshness traits are clearly conveyed.

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 compact and front-loaded: the first sentence states what is returned, the second explains URL semantics, and the third adds an important freshness caveat. Every sentence contributes value, though the URL taxonomy detail could arguably be trimmed without losing core meaning.

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 list tool with no output schema, the description covers the return content and an important data-freshness limitation. It is less complete about pagination semantics and when to choose a sibling tool like search_pages, but the tool name and schema partially cover those gaps.

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 and somewhat self-explanatory, but the description does not clarify how they affect the returned list, how pagination works, or what a reasonable limit choice would be.

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 clearly states that the tool returns a list of pages loaded in Prenica with titles and URLs. It also gives a concrete sense of the page taxonomy through URL examples, making the purpose specific and understandable. It doesn't explicitly name sibling tools, but list_pages is inherently distinct from get_page and search_pages.

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?

Usage is implied by the title 'see what pages exist' and the description's focus on returning the page list. However, there is no explicit guidance about when to use this tool versus search_pages or get_page, and no mention of when not to use it.

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