Skip to main content
Glama
EnesCinr

market-fiyatlari-mcp-server

by EnesCinr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsC

Belirtilen arama sorgusuyla ürünleri arar

get_product_by_idC

Ürün ID'sine göre ürün detaylarını getirir

compare_pricesB

Bir ürünün farklı marketlerdeki fiyatlarını karşılaştırır

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Patlıcan FiyatlarıPatlıcan ürünleri için güncel market fiyatları
Patlıcan (Normal)Normal patlıcan ürünü için fiyat bilgileri

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct and clear purpose: search_products for searching, get_product_by_id for retrieving details by ID, and compare_prices for price comparison across markets. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern (compare_prices, get_product_by_id, search_products), making it easy to infer their actions and targets.

Tool Count5/5

With 3 tools, the server is well-scoped for a focused price comparison domain. Each tool is necessary and non-redundant, covering product search, detail retrieval, and price comparison.

Completeness4/5

The server covers the core functionalities for product price comparison. A minor gap is the lack of a tool to list available markets or categories, but the main workflow is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues