Skip to main content
Glama
orieg

orieg/gws-connector

gws.cal.create_event

Create a calendar event using start and end timestamps, plus optional location or description. Returns the event ID and link for confirmation.

Instructions

Create a calendar event on the account's calendar. start and end are RFC3339 timestamps (include the timezone offset). Defaults to the primary calendar unless calendarId is given. Returns the created event's ID and link. Preview the details with the user before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd time (RFC3339)
startYesStart time (RFC3339)
accountNoAccount label or email. Uses default if omitted.
summaryYesEvent title
locationNoEvent location
calendarIdNoCalendar ID (default: primary)
descriptionNoEvent description
Behavior5/5

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

The description adds value beyond annotations by explaining the return value (event ID and link), the requirement for RFC3339 timestamps with timezone offset, and the user confirmation step. Annotations already indicate mutation, but the description enriches the behavioral expectations.

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?

Four concise sentences, each providing essential information without redundancy. The description is well-structured and easy to parse.

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

Completeness5/5

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

For a creation tool with seven parameters and no output schema, the description covers the key aspects: action, return value, timestamp format, calendar default, and user interaction requirement. It is complete enough for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all parameters, but the description adds meaning: it clarifies that start/end must include timezone offset in the RFC3339 format, and explains the default behavior of calendarId. This goes beyond the schema's terse field descriptions.

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 creates a calendar event on the account's calendar, using the verb 'create' and specifying the resource. It also distinguishes from sibling tools like get_event and list_events by focusing on creation and mentioning return of the event ID and link.

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?

Provides clear context on default calendar behavior (primary unless calendarId given) and instructs to preview details with the user before calling. It does not explicitly name alternative tools, but the guidance is sufficient for typical use cases.

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/orieg/gws-connector'

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