Skip to main content
Glama
cohm

indico-mcp

by cohm

search_categories

Search Indico categories by name to retrieve ID, breadcrumb path, and event/subcategory counts. Obtain the category_id needed for subsequent operations.

Instructions

Search for Indico categories by name.

Returns matching categories with their ID, title, full breadcrumb path from the root, and event/subcategory counts. Use this to discover the category_id needed by other tools when you don't already know it (e.g. 'OKC Colloquia', 'HGTD Speakers Committee').

Returns up to 10 results. Refine the query if too many or too few results appear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesName or partial name of the category to search for.
instanceNoNamed Indico instance to query. Use only configured names. If omitted, the server default instance is used.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the return fields and a limit of 10 results. For a read-only search tool, this is sufficient. No destructive or side effects are expected.

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 three concise sentences, front-loaded with the main purpose. Every sentence provides useful information without redundancy. No fluff.

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?

The tool has an output schema, so return values are covered. The description explains usage and the result limit. It is complete for a search tool with good schema coverage. Could be slightly improved by mentioning how it differs from browse_category.

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 description adds minimal value beyond the schema. The description mentions the query parameter's purpose similarly to the schema. The instance parameter is already well-documented in the schema. 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 clearly states it searches for Indico categories by name, returning ID, title, breadcrumb path, and counts. It distinguishes from siblings by noting its use to discover category_id needed by other tools, which is specific and actionable.

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 explains when to use this tool (when you don't already know the category_id) and provides example queries. It also advises to refine the query based on results. However, it doesn't explicitly mention when not to use it or compare to siblings like browse_category or list_category_info.

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/cohm/indico-mcp'

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