Skip to main content
Glama
dkasipovic

pik-mcp

by dkasipovic

Suggest category from title

suggest_category
Read-only

Suggests relevant categories for a given listing title or keyword, simplifying category selection when creating a new listing.

Instructions

Suggest categories for a listing title/keyword (GET /categories/suggest?keyword=). Handy for auto-selecting a category when creating a listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYesListing title or keyword
Behavior2/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds the endpoint path but no further behavioral traits such as whether results are cached or limited. Minimal added value beyond annotations.

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?

Two sentences without redundancy. The first states the core function, the second provides a usage scenario. Every word contributes meaning.

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 simple tool with one parameter and no output schema, the description covers the purpose and a typical use case. However, it omits details about the response format (e.g., list of category objects), which could help agents interpret results.

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% for the single parameter 'keyword.' The description reiterates that it is a listing title/keyword and shows its use in a URL, adding minor context. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool suggests categories based on a title/keyword and provides the endpoint. It distinguishes from siblings by focusing on suggestions rather than listing or fetching specific categories, though not explicitly.

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?

It mentions being 'handy for auto-selecting a category when creating a listing,' which implies a usage context. However, it does not provide guidance on when not to use it or suggest alternative tools like list_categories for browsing.

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/dkasipovic/pik-mcp'

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