Skip to main content
Glama
fosferon

gc_mcp

by fosferon

gc_timeline

Manage timeline events like deadlines, appointments, blocks, and milestones. Create, update, query, and link events to Bee issues and other entities to track schedules and deadlines.

Instructions

Manage timeline events — deadlines, appointments, blocks, milestones. Links events to Bee issues and other entities. Actions: create_event, update_event, delete_event, get, link, unlink, query, today, upcoming_deadlines, slipped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEvent or link ID
toNoQuery range end (ISO)
fromNoQuery range start (ISO)
roleNoLink role: deadline_for, blocks, related
typeNoEvent type: deadline, appointment, block, milestone
hoursNoDeadline lookahead hours (default 48)
limitNoMax results
notesNoNotes
titleNoEvent title
actionYesAction to perform
labelsNoLabels
all_dayNoAll-day event
ends_atNoEnd time (ISO 8601)
event_idNoEvent ID (for linking)
starts_atNoStart time (ISO 8601)
recurrenceNoRecurrence: daily, weekly, monthly, yearly
linkable_idNoLink target ID
linkable_typeNoLink target type: bee_issue, reminder, external
Behavior2/5

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

No annotations exist, and the description does not clarify mutating actions' side effects, requirements, or reversibility.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and front-loaded with the core purpose, but the second sentence listing all ten actions is essentially restating the action enum already present in the schema, adding near-zero value. This is acceptable brevity but the space could have better been used for actionable guidance rather than redundant action enumeration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex multi-action tool (10 actions, 18 parameters) with no output schema and no annotations, yet the description does not map actions to their parameters, distinguish behaviors, or explain outputs. Given the complexity and the lack of structured support, the description is materially incomplete — an agent would not know which parameters are needed for each action or what the results look like.

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 fully documents all 18 parameters; description adds minimal action-specific meaning.

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 states the tool 'Manages timeline events — deadlines, appointments, blocks, milestones' with a specific verb+resource and lists the entity types. It distinctly handles timeline/scheduling events unlike siblings like gc_schedule or gc_remind, though the purpose is somewhat aggregated across 10 different actions rather than a single focused purpose.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool vs alternatives. Siblings include gc_schedule, gc_remind, gc_timing, and gh_issue_create, which could plausibly overlap with timeline event or link operations, but the description provides zero exclusions or context about when each of the 10 actions is appropriate. The listing of action names adds no usage guidance.

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/fosferon/gc_mcp'

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