Skip to main content
Glama

Server Details

Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Negimaru1025/HoShy
GitHub Stars
0
Server Listing
HoShy

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct task: price comparison for a specific item, product recommendation by keyword and budget, and hotel search with location and dates. No overlap.

Naming Consistency5/5

All tools use consistent snake_case and verb_noun pattern (compare_prices, recommend_for_consumer, search_business_hotel).

Tool Count4/5

Three tools is on the low side but covers the core functions of comparing prices, recommending products, and searching hotels. Reasonable for a focused utility server.

Completeness3/5

The tool surface covers basic search and comparison but lacks operations like managing favorites, booking hotels, or viewing detailed product info. Some gaps exist for a full shopping/travel assistant.

Available Tools

3 tools
compare_prices価格比較(最安値を探す)A
Read-only
Inspect

商品名・型番を指定して楽天市場内で最安値を比較します。送料・ポイント還元込みの実質価格で順位付けして返します。

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes商品名・型番・キーワード(例: 「Anker PowerCore 10000」「iPhone15 ケース」)
spu_rateNo楽天ポイントSPU倍率(デフォルト5)
max_priceNo上限価格(円)
max_resultsNo表示件数(最大10件、デフォルト5件)
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: it ranks results by effective price including shipping and point rebates. This goes beyond the annotation and helps the agent understand how results are ordered. No contradictions.

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 a single, concise sentence that front-loads the core purpose and includes the key ranking behavior. Every word earns its place, with no redundant information.

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 straightforward read-only price comparison tool, the description covers purpose and output ranking logic. However, since there is no output schema, it doesn't specify the exact return structure or error behavior. This is a minor gap, but the tool is simple enough that the description is mostly complete.

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 input schema has 100% coverage with all parameter descriptions. The description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 compares lowest prices on Rakuten Market by product name/model number, with a specific verb (比較) and resource (楽天市場). This distinguishes it from sibling tools like recommend_for_consumer and search_business_hotel.

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 provides clear context: use when you need to find the cheapest price for a specific product on Rakuten. It does not explicitly mention alternatives or when-not-to-use, but the sibling tools are clearly different in purpose, so the usage context is unambiguous.

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

recommend_for_consumerおすすめ商品を探すA
Read-only
Inspect

楽天市場でキーワードと予算からおすすめ商品を探します。ポイント還元後の実質価格とレビュー評価で上位5件で返します。

ParametersJSON Schema
NameRequiredDescriptionDefault
hitsNo表示件数(最大10件)
budgetNo予算(円)。指定するとポイント実質価格が予算内の商品を優先します
keywordYes探したい商品のキーワード
spu_rateNo楽天ポイントSPU倍率。楽天カードなし=3、カードあり=5、カード+アプリ=7(デフォルト5)
Behavior4/5

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

With readOnlyHint annotation already present, the description adds meaningful behavioral context: it returns the top 5 items ranked by effective price after points and review rating, and budget is used as a prioritization factor. It does not contradict the annotation or introduce additional behavioral caveats.

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 consists of one tightly worded sentence that delivers the action, criteria, and result in a front-loaded, efficient manner. Every phrase earns its place with no redundancy.

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?

Given the tool's moderate complexity (4 params) and lack of an output schema, the description covers the essential behavior: search basis, ranking criteria, and result count. It doesn't enumerate specific return fields, but for a recommendation tool this is reasonably complete.

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?

Schema coverage is 100%, so the baseline is 3. The description adds limited value beyond the schema: it highlights keyword and budget as core inputs but does not mention hits or spu_rate explicitly, though the ranking logic implies their use. The schema itself already documents these parameters adequately.

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 a specific verb '探します' (search) with a defined resource '楽天市場' and a clear scope (keyword and budget). It distinguishes from sibling tools like compare_prices and search_business_hotel by focusing on product recommendations using rating and effective price.

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 description implies when to use the tool (when looking for recommended products based on keyword and budget) but provides no explicit exclusions or alternatives. It lacks direct guidance on when to prefer this over sibling tools, leaving usage context implied.

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

search_business_hotel出張ホテルを探すA
Read-only
Inspect

目的地・日程・予算・移動時間を指定して楽天トラベルでビジネスホテルを検索します。Google Mapsで実際の移動時間を計算して絞り込みます。

ParametersJSON Schema
NameRequiredDescriptionDefault
hitsNo表示件数(最大10件)
adult_numNo宿泊人数(大人)
destinationYes目的地(駅名・地名・施設名)例: 「東京駅」「渋谷スクランブル交差点」
travel_modeNo移動モード: walking=徒歩 / transit=電車walking
checkin_dateYesチェックイン日 (YYYY-MM-DD)
checkout_dateYesチェックアウト日 (YYYY-MM-DD)
budget_per_nightNo1人1泊の上限予算(円)例: 6000
max_travel_minutesNo目的地までの最大移動時間(分)
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description does not contradict this. It adds a useful behavioral detail—that it calculates actual travel time via Google Maps to filter results—which goes beyond simple read operations. Still, it doesn't discuss potential external API dependencies or result format, so the added transparency is moderate.

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 a single, information-dense sentence that front-loads the tool's purpose and method. It contains no filler words, making it easy for an agent to parse quickly.

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 tool with 8 parameters and no output schema, the description explains the core functionality and the unique travel-time filtering logic. However, it does not describe the return value or result structure, which could leave agents uncertain about the response format. The rich schema and annotation mitigate some gaps, but the missing output details prevent a higher score.

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 input schema provides full descriptions for all 8 parameters, including examples and constraints, so the schema already carries the semantic load. The description mentions the key parameter groups (destination, schedule, budget, travel time) in prose, which reinforces but does not add meaning beyond the 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 clearly states the tool searches for business hotels on Rakuten Travel using destination, schedule, budget, and travel time constraints. It uses a specific verb ('search') and resource ('business hotels'), which distinguishes it from sibling tools like compare_prices and recommend_for_consumer.

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 provides clear context for when to use the tool: when searching for hotels based on destination, dates, budget, and travel time. However, it does not explicitly mention when not to use it or name alternative tools, so it stops short of full usage guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude to search and analyze product listings from multiple French marketplaces, evaluating price, delivery, and distance to a reference point to find the best value.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching Coupang products and checking real-time lowest prices via Claude Desktop, with rocket delivery distinction and price formatting.
    17
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Lets Claude search Amazon products via multiple keyword queries and present curated results in an interactive carousel widget with add-to-cart functionality.
    1
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to search and compare prices across Japanese used camera, watch, luxury brand, and instrument marketplaces from multiple stores, returning price, brand, condition, and source store information.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.