Skip to main content
Glama

SEO対策研究室

ページの中身を読む

get_page

「SEO対策研究室」のページの本文を、最初から最後まで返します。search_pages で見つけた記事の手順や根拠をくわしく読むとき、アンケート結果の選択肢ごとの割合を確かめるときに使います。ページの URL かパスを指定します。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesページの URL かパス(日本語のままでも可)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does disclose that the tool returns the page body from start to finish, implying a read-only retrieval. However, it does not mention the output format, error behavior, or potential size of the returned content, so transparency is adequate but incomplete.

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?

The description is two sentences with the core operation front-loaded, followed by concrete use cases and a parameter instruction. There is no filler or redundant detail beyond a minor restatement of the parameter, which is unlikely to confuse an agent.

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 simple one-parameter read tool without an output schema, the description is nearly complete: it explains what is returned, when to use it relative to search_pages, and how to specify the target page. It lacks explicit output-format or error-handling details, but those are not critical for basic invocation.

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 only parameter, url, has 100% schema description coverage explaining it accepts a URL or path and that Japanese is allowed. The description's final sentence restates this instruction without adding new semantics, so the baseline of 3 applies.

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 states a specific verb and resource: it returns the full body text of a page in 「SEO対策研究室」. It also distinguishes itself from siblings by explaining it is used to read details of articles found via search_pages and to verify survey percentages.

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

Usage Guidelines4/5

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

It gives clear when-to-use guidance: reading article procedures/evidence found via search_pages and checking survey option percentages. It does not explicitly say when not to use it compared to list_pages or site_overview, but the use cases are concrete enough to guide an agent.

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