Skip to main content
Glama

outlook_calendar_url

Creates a one-click URL to add events to Outlook Web Calendar. Provide title, start, end, location, description.

Instructions

Build a one-click 'Add to Outlook Web Calendar' URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
startYes
endYes
locationNo
descriptionNo
Behavior3/5

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

Without annotations, the description solely implies a read-only operation generating a URL. It does not clarify side effects, authentication, or output details, but the behavior is straightforward from the name and description.

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 single sentence is concise and front-loaded, but given the tool's simplicity, it is under-specified. Additional parameter or usage details would improve completeness without sacrificing conciseness.

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

Completeness1/5

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

The tool has no output schema, no annotations, and zero parameter coverage. The description does not explain the URL format, date string requirements, or any constraints, making it inadequate 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.

Parameters1/5

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

With 0% schema description coverage, the description should explain input parameters. It does not mention any of the five properties (title, start, end, etc.) or their formats, leaving agents without guidance beyond schema names.

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 builds a 'one-click Add to Outlook Web Calendar URL', specifying the verb, resource, and distinguishing it from sibling tools like google_calendar_url that build similar URLs for other platforms.

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 (e.g., create_event vs. URL builder). The description omits context like when generating a URL is preferable to directly creating an event.

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/jeffereychown-Max/mcp-ical'

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