Skip to main content
Glama
atthedanieljuma

The Bag Kenya — MCP Server

get_product

Retrieve full product information from The Bag Kenya by providing a product slug. Get sizes, colors, price, and availability for any item.

Instructions

Get full details for a specific product at The Bag Kenya including sizes, colors, price, and availability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug (URL identifier) — e.g. 'black-crop-tee'
Behavior3/5

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

No annotations are present, so the description carries the burden. It conveys a safe read operation and lists returned fields, but does not disclose behavior for invalid slugs, authentication requirements, or error responses. This is a moderate gap for a getter tool.

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, front-loaded sentence with the verb and resource first. It avoids redundancy and includes only relevant details about the returned 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 simple one-parameter read tool with no output schema, the description adequately indicates the return content (sizes, colors, price, availability). It could mention error handling, but overall it is sufficient for an agent to select and invoke the tool correctly.

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 description coverage is 100% and already explains the slug with an example. The description adds only the word 'specific,' which does not meaningfully enhance parameter understanding. Baseline 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 uses a specific verb ('Get') and resource ('full details for a specific product'), clearly distinguishing it from sibling browsing/searching tools. It also enumerates key fields (sizes, colors, price, availability), making the purpose unambiguous.

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 phrase 'specific product' implies usage when the agent already has a product slug and needs complete details. It does not explicitly state alternatives or exclusions, but the context is clear and no alternative tool is misrepresented.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atthedanieljuma/thebag-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server