Skip to main content
Glama
parthhimself0

Arham Jewellers MCP Server

get_categories

Drill down through jewellery categories from karat to collection to style, then use the style ID to get products.

Instructions

Browse categories step by step. Call with no params to see Karat options (Level 1). Pass a parent_id to see its children (Level 2=Collection or Level 3=Style). Only Level 3 IDs work with get_category_products. Ask the user what they are looking for (karat, collection, style) before drilling down.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_idNoParent category ID to get children. Omit to get Level 1 (Karat) options.
levelNoFilter by level: 1=Karat, 2=Collection, 3=Style
Behavior4/5

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

Despite no annotations, the description discloses the step-by-step browsing behavior and constraints (only Level 3 IDs are product-compatible). It also gives user interaction advice, which is helpful. Absence of read-only hint is a minor gap but overall good transparency.

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?

Three sentences, each adding distinct value: purpose, hierarchy explanation, and usage guidance. No filler. Front-loaded with the core action 'Browse categories step by step.'

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 navigational tool with no output schema, the description covers the full workflow: how to start, how to drill down, and what IDs to use with the sibling tool. Complete for agent decision-making.

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?

Schema coverage is 100%, but the description adds hierarchical context beyond the schema: it explains the meaning of parent_id and level in terms of Karat/Collection/Style levels, and how they relate to the sibling tool. This adds significant value.

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 'Browse categories step by step' and explains the hierarchical structure (Level 1=Karat, Level 2=Collection, Level 3=Style). It distinguishes from sibling tool get_category_products by noting that only Level 3 IDs work with that tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: call with no params for Level 1, pass parent_id for children. It also tells when not to use this tool for getting products (only Level 3 works) and advises asking the user for their goal (karat, collection, style).

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/parthhimself0/arham-mcp-server'

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