INDIVIDUAL MCP TOOL
calendar_policies_validate
Validate and resolve a structured calendar policy without enabling it.
LIVE ENDPOINT
https://getoggie.com/api/mcp
Connect to this endpoint to inspect the live schema for calendar_policies_validate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.oggie]
url = "https://getoggie.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"oggie": {
"type": "http",
"url": "https://getoggie.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: oggie
Remote MCP URL: https://getoggie.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"oggie": {
"url": "https://getoggie.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"oggie": {
"type": "http",
"url": "https://getoggie.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "oggie",
"transport": "streamable-http",
"url": "https://getoggie.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calendar_calendars_list— List connected calendars visible to the connection.calendar_events_list— List events in an explicit time range or a Core-resolved relative range.calendar_events_search— Search events for one focused text query within an explicit time range.calendar_events_get— Get a single event by calendar ID and event ID.calendar_events_create— Create a timed or all-day calendar event.calendar_events_update— Update selected fields on an event.calendar_events_respond— Respond to a Google Calendar invitation as the connected user.calendar_events_cancel— Cancel an event.