CYCLOID_EVENT_LIST
List organization events with optional filters (begin, end, severity, type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| type | No | ||
| begin | No | ||
| format | No | json | |
| severity | No |
List organization events with optional filters (begin, end, severity, type).
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| type | No | ||
| begin | No | ||
| format | No | json | |
| severity | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility. It discloses the core read operation and filter options, but does not mention pagination, default behavior, or permission requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the action and resource, lists the key filters, and contains no filler. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no annotations, the description should cover more ground. It provides the essential list-and-filter behavior but skips the 'format' parameter and does not indicate what the response looks like, making it only minimally complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It names four of five parameters (begin, end, severity, type) as optional filters, but omits 'format' and does not explain value formats or allowed values, leaving gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the verb 'List' with the resource 'organization events' and specifies optional filter parameters, making its function unambiguous. It clearly distinguishes itself from sibling tools which list blueprints, catalog repos, pipelines, etc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
While there is no explicit alternative comparison, the description clearly implies use for listing organization events, and sibling names confirm this is the event-list tool. The context is clear enough without calling out exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct Cycloid resource or action: blueprints, catalog repos, events, pipelines, stack creation, and StackForms validation. No two tools overlap in purpose, and the detailed descriptions further clarify their specific roles.
All tool names follow the CYCLOID_ prefix with an action verb at the end (LIST, CREATE, VALIDATE). However, the middle parts vary between simple nouns (EVENT, PIPELINE) and compound nouns (BLUEPRINT_STACK, CATALOG_REPO), creating slight inconsistency in granularity.
With 6 tools, the server is well-scoped and easy to navigate. Each tool has a clear purpose, and the count falls within the ideal 3-15 range for a domain-specific MCP server.
The surface is heavily read-oriented with four of six tools being list operations. There are notable gaps, such as no get/detail for specific resources, no update/delete operations, and no creation for most resource types. Only stack creation and StackForms validation provide write/validation functionality, leaving workflows incomplete.