assign_contacts_to_schedule — VolunteerReminder MCP Tool Mutating
assign_contacts_to_schedule
(assign contacts to schedule) is one of 23 tools on the
VolunteerReminder
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call assign_contacts_to_schedule from your client
- Claude Code VolunteerReminder assign_contacts_to_schedule run in your project directory
- Claude Desktop VolunteerReminder assign_contacts_to_schedule ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor VolunteerReminder assign_contacts_to_schedule ~/.cursor/mcp.json
- VS Code VolunteerReminder assign_contacts_to_schedule .vscode/mcp.json
- Zed VolunteerReminder assign_contacts_to_schedule ~/.config/zed/settings.json
- Windsurf VolunteerReminder assign_contacts_to_schedule ~/.codeium/windsurf/mcp_config.json
- Cline VolunteerReminder assign_contacts_to_schedule ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI VolunteerReminder assign_contacts_to_schedule ~/.gemini/settings.json
- Grok VolunteerReminder assign_contacts_to_schedule .mcp.json (in your project root)
- ChatGPT VolunteerReminder assign_contacts_to_schedule Settings → Connectors → Advanced → Developer mode
- Claude.ai VolunteerReminder assign_contacts_to_schedule Settings → Connectors → Add custom connector
- LangChain VolunteerReminder assign_contacts_to_schedule pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://mcp.volunteerreminder.com/mcp
Other tools on this server
- get_account_overview
- list_schedules
- get_schedule
- preview_schedule_occurrences
- get_upcoming_shifts
- create_schedule
- update_schedule
- archive_schedule
- list_contacts
- add_contacts
- update_contact
- remove_contact
- import_volunteer_schedule
- get_open_days
- get_reminder_settings
- get_send_history
- set_reminder_rule
- remove_reminder_rule
- send_test_reminder
- get_pricing
- create_account
- start_checkout
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.