Skip to main content
Glama
cohm

indico-mcp

by cohm

get_category_contributions

Retrieve all contributions from events in a category with optional date range filtering in one API call, each annotated with event ID, title, and start date for efficient cross-event analysis.

Instructions

Get contributions from ALL events in a category within an optional date range, in a single API call.

Returns a flat list of contributions, each annotated with event_id, event_title, and event_start so you know which event each contribution belongs to.

This is far more efficient than listing events and calling get_event_contributions for each one. Use it for: finding all talks by a speaker across a series of meetings, analysing themes across colloquia, counting talks matching a title pattern, or any aggregation over multiple events.

The API caps results at 500 contributions per request. Use offset to paginate if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idYesIndico category ID.
from_dateNoStart date filter, YYYY-MM-DD.
to_dateNoEnd date filter, YYYY-MM-DD.
limitNoMaximum contributions to return (default 200, max 500).
offsetNoPagination offset for retrieving further results.
include_attachmentsNoIf true, include contribution attachment metadata in each result.
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?

No annotations are provided, but the description compensates by disclosing the 500-result cap, pagination via offset, and the return format (event_id, event_title, event_start). It does not cover auth or rate limits, but for a read operation it is fairly transparent.

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 concise, front-loaded with the main purpose, followed by return format, use cases, and limit/pagination. Every sentence serves a purpose without unnecessary verbiage.

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 description covers the key behavioral aspects (aggregation, limit, pagination) and mentions the return fields. With an output schema present, it doesn't need to detail return values further. A minor gap is the absence of permission or instance context, but overall it's complete enough.

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 each parameter already has a good description. The description adds minimal extra value beyond the schema, such as mentioning the 500 limit which is already in the schema. Baseline score of 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 gets contributions from all events in a category within an optional date range, highlighting efficiency compared to per-event calls. It differentiates from the sibling get_event_contributions, making the purpose specific and distinct.

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?

It explicitly states when to use this tool over alternatives ('far more efficient than listing events and calling get_event_contributions for each one') and provides concrete use cases. Although it doesn't explicitly mention when not to use, the guidance is clear and actionable.

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