慈(慈焼 公式サイト)
柏崎剛がプロデュースする陶器「慈焼」の公式サイトです。(earthenware.jp の内容を検索して答える。ヨミタス経由)
Should I use this
Quality & Safety
Findings (4)
- LOWin search
- LOWin list_pages
- LOWin site_overview
- LOWin fetch
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"earthenware-jp": {
"url": "https://mcp.yomitasu.jp/s/earthenware-jp/mcp"
}
}
}Remote endpoints
https://mcp.yomitasu.jp/s/earthenware-jp/mcpstreamable-httpWhat it can do
Tool inventory
Tools (6)
🟢search(query)
「慈」(陶器「慈焼」の公式サイト)のページから、言葉に当てはまる箇所を抜粋つきで探します。作品の名前(「竹取物語」「蛙」など)、大きさ、価格、売り切れかどうか、購入のしかた、販売の条件(特定商取引法に基づく表記)を探せます。作品や購入について質問されたら、まずこれを使ってください。
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "探したい言葉(例: 料金 支払い方法)"
}
},
"required": [
"query"
]
}Output Schema
{
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"id",
"title",
"url"
]
}
}
},
"required": [
"results"
]
}🟢fetch(id)
「慈」のページの本文を、最初から最後まで返します。search で見つけた作品の説明・サイズ・価格や、販売の条件をくわしく読むときに使います。
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "探した結果の id(ページの URL)。ページの URL かパスでも可(日本語のままでも可)"
}
},
"required": [
"id"
]
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"text": {
"type": "string"
},
"url": {
"type": "string"
},
"metadata": {
"type": "object"
}
},
"required": [
"id",
"title",
"text",
"url"
]
}🟢list_pages(limit, offset)
「慈」に読み込まれているページの一覧(タイトルと URL)を返します。/asp-products/ の下が、作品 1 点ずつのページです。どんな作品があるかを並べて紹介したいときに使います。
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 200,
"default": 50
},
"offset": {
"type": "integer",
"minimum": 0,
"default": 0
}
}
}🟢site_overview
「慈」の概要を返します。柏崎剛がプロデュースする陶器「慈焼」の作品を紹介・販売するサイトで、運営は株式会社コンテンシャルです。どんなサイトかを最初に知りたいときに使います。
Input Schema
{
"type": "object",
"properties": {}
}🟢search_pages(query, limit)
「慈(慈焼 公式サイト)」(earthenware.jp)の以前の名前の機能です(すでにつないでいる人のために残しています)。search と同じようにサイトの中を探しますが、返す形が違います。新しく使うときは search を使ってください。
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "探したい言葉(例: 料金 支払い方法)"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"default": 5
}
},
"required": [
"query"
]
}🟢get_page(url)
「慈(慈焼 公式サイト)」(earthenware.jp)の以前の名前の機能です(すでにつないでいる人のために残しています)。fetch と同じようにページの本文を返しますが、返す形が違います。新しく使うときは fetch を使ってください。
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "ページの URL かパス(日本語のままでも可)"
}
},
"required": [
"url"
]
}Community
Evidence