← reminderit.com
INDIVIDUAL MCP TOOL
resume_reminder
Resume a paused reminder so it starts calling on its schedule again.
LIVE ENDPOINT
https://mcp.reminderit.com/mcp
Connect to this endpoint to inspect the live schema for resume_reminder 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.reminderit]
url = "https://mcp.reminderit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reminderit": {
"type": "http",
"url": "https://mcp.reminderit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reminderit
Remote MCP URL: https://mcp.reminderit.com/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": {
"reminderit": {
"url": "https://mcp.reminderit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reminderit": {
"type": "http",
"url": "https://mcp.reminderit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reminderit",
"transport": "streamable-http",
"url": "https://mcp.reminderit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_reminders— List every reminder on the account with its schedule, state and next call time.get_reminder— Get the full configuration of one reminder as JSON.list_upcoming— Show the next scheduled calls across ALL reminders, in chronological order.get_recent_calls— Show recent delivery history — what was actually called, sent, or missed.create_reminder— Schedule a new reminder phone call.update_reminder— Edit a reminder's wording or schedule.set_reminder_voice— Give one reminder its own voice, overriding the account default.clear_reminder_voice— Remove a reminder's custom voice so it uses the account default again.