Skip to main content
Glama
YogiAdhik

civicrm-mcp

by YogiAdhik

List events

civicrm_list_events

List CiviEvent events with filters for upcoming and public events, returning ID, title, type, dates, and flags.

Instructions

List CiviEvent events. Defaults to upcoming only. Returns id, title, type, dates, public/online flags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
public_onlyNoOnly return events with is_public=true.
upcoming_onlyNoOnly return events whose end_date is today or later.
Behavior3/5

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

With no annotations, the description must disclose behavior. It reveals default filtering and returned fields, but does not explicitly state that the tool is read-only or discuss side effects, rate limits, or prerequisites. Adequate but not comprehensive.

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?

Single, well-structured sentence. Action first, then defaults, then return fields. No extraneous words; every piece of information earns its place.

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 list tool with three optional parameters and no output schema, the description covers key aspects: default filtering and return fields. Missing a statement about read-only nature and possible pagination (though limit is in schema). Nearly complete.

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 67% (public_only and upcoming_only have descriptions). The tool description adds context about default behavior and return fields, but does not clarify the limit parameter beyond schema constraints. The added value is moderate.

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 the tool lists CiviEvent events, specifies default behavior (upcoming only), and enumerates returned fields (id, title, type, dates, flags). It distinguishes from sibling tools like civicrm_list_entities (generic) and civicrm_register_for_event (write).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. For instance, if advanced filtering is needed, civicrm_api4 might be more appropriate, but that is not mentioned. The description only states defaults and return fields without usage context.

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/YogiAdhik/civicrm-mcp'

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