Reclaim AI
AI-powered calendar assistant for scheduling tasks, habits, and meetings
Actions
| Name | Description |
|---|---|
list_tasksList tasks from your Reclaim AI account | List tasks from your Reclaim AI account |
create_taskCreate a new task in Reclaim AI | Create a new task in Reclaim AI |
get_habitsList all habits configured in Reclaim AI | List all habits configured in Reclaim AI |
list_eventsList scheduled events from your Reclaim AI calendar | List scheduled events from your Reclaim AI calendar |
custom_api_callMake a custom API call to the Reclaim AI API | Make a custom API call to the Reclaim AI API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'reclaim-ai',
actionName: 'list_tasks',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Reclaim AI to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Reclaim AI support?
Reclaim AI supports 5 actions including List Tasks, Create Task, Get Habits, List Events, Custom API Call.
Can I use Reclaim AI with AI agents?
Yes. Add Reclaim AI to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Reclaim AI use?
Reclaim AI uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Reclaim AI integration cost?
The Reclaim AI integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Reclaim AI in 2 minutes
Get 1,000 free actions every month. No credit card required.