Tools
The current Index Lane MCP server exposes a small tool surface.
search
Runs unified live provider search.
Use this first to:
- discover candidate results
- preserve context budget
- avoid loading full content too early
Do not use search for pure agenda questions like “what am I doing this week?” when the answer should come directly from calendar timing.
calendar_agenda
Lists calendar events for a date range in chronological order.
Use this first for:
- this week / next week / next two weeks planning
- schedule overviews
- upcoming meetings and deadlines that should be driven by event start time
get_item
Fetches the full body for one chosen result.
This is the MCP equivalent of the CLI get command.
list_providers
Returns the currently connected providers for the user behind the Index Lane API key.
list_resources
Lists selectable native resources for a provider.
Examples:
- Gmail labels
- Drive folders or shared drives
- calendars
- Notion pages or databases when available
get_access_rules
Reads the saved provider access rules.
set_access_rules
Updates saved provider access rules using provider-native JSON.
This is intentionally explicit because changing access boundaries is a real state mutation, not a casual read.

