Skip to main content
Glama

Zippa(ジッパ)

Server Details

サイトの表示速度を、JavaScript のタグを 1 本貼るだけで改善するサービスです。(zippa.jp の内容を検索して答える。ヨミタス経由)

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct role: list_pages enumerates pages, get_page returns exact full text, search_pages finds excerpts across pages, and site_overview gives a high-level summary. The descriptions include usage guidance that prevents meaningful confusion.

Naming Consistency4/5

get_page, list_pages, and search_pages follow a clear verb_noun snake_case pattern. site_overview breaks the pattern slightly by using a noun phrase rather than a verb, but the naming is still readable and predictable.

Tool Count5/5

Four tools is well-scoped for a read-only website/documentation server: overview, index, full-text retrieval, and search cover the core access patterns without redundancy or bloat.

Completeness5/5

The domain is retrieving content from Zippa's site, and the set covers high-level overview, page discovery, exact page content, and targeted search. There are no obvious missing operations for a read-only content access server.

Available Tools

4 tools
get_pageページの中身を読むAInspect

「Zippa(ジッパ)」のページの本文を、最初から最後まで返します。高速化の機能の一覧、操作マニュアルの手順、利用規約やプライバシーポリシーの条文を、言い換えずに正確に確かめるときに使います。

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

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses that the tool returns the full page body 'from beginning to end' without paraphrasing, which is useful behavioral context beyond the tool name and schema.

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 no filler. The core action is front-loaded, and the use cases are specified compactly without restating the schema.

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

Completeness5/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 with no output schema, the description is complete: it states what is returned, the scope of the return, and the situations that warrant using it. No critical information an agent needs to invoke it correctly is missing.

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 single parameter is fully documented in the schema (URL or path, Japanese allowed), so schema coverage is 100%. The description adds no new parameter-level detail beyond referring to 'the page,' which is already implied by the tool name and schema.

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 body text of a Zippa page from start to finish. This clearly distinguishes it from siblings like list_pages, search_pages, and site_overview, which cover listing, searching, and overview rather than reading full content.

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?

The description gives clear when-to-use context: verifying exact wording of feature lists, manual steps, and legal terms. It does not explicitly name alternatives or state when not to use it, but the intended scenarios are concrete and unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

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.

search_pagesサイトの中を探すAInspect

「Zippa(ジッパ)」のページから、言葉に当てはまる箇所を抜粋つきで探します。Zippa は、計測タグを 1 本貼るだけでサイトの表示速度を改善する無料のサービスです。高速化の機能、無料スピード計測、管理画面の使い方と数字の読み方(操作マニュアル)、お知らせ、利用規約、プライバシーポリシー、運営会社を探せます。Zippa やサイトの表示速度の改善について質問されたら、まずこれを使ってください。言い換え(値段→価格・料金など)にも対応します。

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes探したい言葉(例: 料金 支払い方法)

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It states that results include excerpts and that paraphrase/synonym matching is supported, which are meaningful behavioral traits beyond the input schema. It does not detail limits or edge cases, but for a search/read tool this is reasonably transparent.

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 description is front-loaded with the core purposeholistic but then includes background about Zippa's free service and measurement tag, which is not necessary for invoking the tool. The list of searchable content types is useful, but the overall text is longer than needed and dilutes the operational guidance.

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 tool is simple, but with no output schema the description should give more detail about the return shape and result limits. It explains what is searched and that excerpts are included, but does not clarify how many results are returned or how the limit parameter affects behavior. Sibling differentiation is partial, relying mostly on the reader to infer differences from 'search'.

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 query parameter is already described in the schema, and the description adds the paraphrase behavior that affects query interpretation. The limit parameter has no schema description and is not mentioned in the description, so the semantics are left to the schema's min/default/max fields rather than enriched by the description. With 50% schema coverage, this is an adequate but incomplete contribution.

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 clearly states the tool searches within Zippa pages for matching words and returns excerpts. It enumerates the content areas that can be searched, making the resource scope concreteholistic and distinguishing it from generic search or list tools. The phrase 'まずこれを使ってください' further reinforces its role relative to sibling tools.

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?

The description explicitly says to use this tool first when asked about Zippa or site speed improvement, providing clear invocation context. It does not explicitly name sibling alternatives or state when not to use it, so it stops short of a full when-to-use / when-not-to-use guide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

site_overviewサイトの概要を知るAInspect

「Zippa(ジッパ)」の概要を返します。計測タグを 1 行貼るだけで、次のページの先読みや画像の遅延読み込みなど 14 種類の高速化が自動で効き、その効果を「あり・なし」を比べる実測で確かめられる無料のサービスです。どんなサービスかを最初に知りたいときに使います。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does state that the tool 'returns an overview' and describes the service, which implies a read-only informational call, but it does not explicitly disclose side-effect-free behavior, authentication needs, or output format.

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 first sentence front-loads the core purpose and the final sentence gives usage guidance. The middle sentence is a somewhat promotional explanation of Zippa's features, adding context but longer than strictly necessary.

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 no-parameter overview tool, the description covers what it returns and when to use it. It does not detail the exact contents of the returned overview, but the service summary in the description largely compensates.

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

Parameters4/5

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

The tool has zero parameters and schema description coverage is 100%, so there is nothing for the description to add. The baseline of 4 applies for a parameterless tool.

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 opens with '「Zippa(ジッパ)」の概要を返します', naming a specific verb (returns overview) and resource (Zippa). It clearly distinguishes itself from page-level siblings like get_page, list_pages, and search_pages by framing this as a service-level overview rather than a page operation.

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?

The description explicitly states when to use it: 'どんなサービスかを最初に知りたいときに使います' (use when you first want to know what the service is). This is clear context, though it does not explicitly name alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • First observedget_page
    • First observedlist_pages
    • First observedsearch_pages
    • First observedsite_overview

Related MCP Connectors

  • サイトのページを読み込んで、AI アプリがつなげる形(MCP サーバー)にして配信する無料のサービスです。(yomitasu.jp の内容を検索して答える。ヨミタス経由)

    41
  • SEO コンサルタントの柏崎剛が運営する、検索エンジン対策の情報サイトです。(tsuyoshikashiwazaki.jp の内容を検索して答える。ヨミタス経由)

    41
  • 無料でしっかり使える、審査制のプレスリリース配信サービスです。(prenica.jp の内容を検索して答える。ヨミタス経由)

    41
  • SEO対策研究室(柏崎剛)の公開情報を検索・取得できる読み取り専用サーバー。出典は canonical URL に固定。

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables JavaScript-rendered Google searches and readable text extraction from public URLs via a real Chrome instance, along with health and CAPTCHA status monitoring.
    3
    67
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides Perplexity-powered search and page extraction tools that work without a headless browser, optimized for communities, forums, game stores, and comments. Runs on Cloudflare Workers, with free content fetching and per-search API costs.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A high-performance search service that converts results from Google, Bing, and DuckDuckGo into structured JSON or Markdown. It features multi-layer depth crawling and uses the Camoufox anti-detection browser for reliable content extraction and fallback search logic.
    70
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources