Events, availability, meetings and bookings. Every tool below was read from that server's own
tools/list, so the name and arguments are what the server exposes, not what
its description claims.
| Tool | Server |
|---|---|
| reschedule-meetinganswers Move a meeting you booked earlier in this conversation to a new slot. Requires the manageToken from book-meeting. Check availability with get-meeting-slots first; the Google Calendar event is moved and both sides are ... arguments: manageToken, date, time | printing-labs com.printinglabs |
| create_eventanswers Create a booking, appointment, meeting, hold, or any scheduled event on a calendar. The calendar_id comes from create_calendar or list_events. Once created, this event blocks the agent's availability during that time ... arguments: calendar_id, title, start_time, end_time, description, all_day | Chronary ai.chronary |
| get_event_calendaranswers Scheduled US macro events (FOMC + CPI + NFP + PCE) with dates and consensus. Consensus values are Mako-curated and arrive with provenance (source, source_url, published_at, age_days). An event with no curated consensu... arguments: lookahead_days, event_types | ai.jawz/jawz ai.jawz |
| create_calendar_eventanswers Creates a single, one-off calendar event on the household calendar. For a repeating schedule use create_recurring_calendar_event instead. arguments: title, description, location, startDateTime, endDateTime, isAllDay | haus app.onehaus |
| create_recurring_calendar_eventanswers Create a recurring calendar event that automatically generates event instances on a schedule. arguments: title, description, location, startTime, duration, isAllDay | haus app.onehaus |
| reschedule_appointmentanswers Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availability). The new slot is checked for conflicts. No account ... arguments: booking_id, lookup_token, new_start_time, new_end_time | marketplace com.bookingmaven |
| hemmabo_booking_rescheduleanswers Reschedule a confirmed or pending booking to new dates with automatic repricing and Stripe charge/refund. Use when the guest wants to change dates on an existing booking — if the guest wants to end the stay entirely r... arguments: reservationId, guestToken, newCheckIn, newCheckOut, reason | HemmaBo Host Booking Engine com.hemmabo |
| update_calendar_eventanswers Updates fields on an existing single calendar event; only the fields supplied are changed, all others keep their current value. Imported (subscription-sourced) events cannot be edited. arguments: id, title, description, location, startDateTime, endDateTime | haus app.onehaus |
| delete_calendar_eventanswers Soft-deletes a single calendar event by id. Events imported from a calendar subscription cannot be deleted here; unsubscribe from the source calendar instead. arguments: id | haus app.onehaus |
| list_calendar_eventsanswers List calendar events with optional date-range filters arguments: startDateFrom, startDateTo | haus app.onehaus |
| update_recurring_calendar_eventanswers Update a recurring calendar event. Changes to title/description/notes patch existing instances. Changes to frequency/dates/time regenerate future instances. arguments: id, title, description, location, startTime, duration | haus app.onehaus |
| delete_recurring_calendar_eventanswers Delete a recurring calendar event and all its future instances. arguments: id | haus app.onehaus |
| reschedule_bookinganswers Reschedule a booking to a new start time (ISO 8601) and return the result — the invitee is notified. A write. Resolve booking_id via list_bookings first. booking_id and start are required. arguments: booking_id, start | AIOProductOS MCP com.aioproductos |
| booking_rescheduleanswers Reschedule a session to a new time. Cancels the original and creates a new one. Requires confirm: true. arguments: orgSlug, sessionId, newScheduledAt, newProviderId, reason, confirm | Coordinalo — Service Business Operations com.coordinalo |
| public_booking_rescheduleanswers Reschedule a public booking using the bookingToken. Cancels the original and creates a new pending_confirmation booking at the new time. Returns new confirmationToken and bookingToken. Only works for bookings in pendi... arguments: orgSlug, bookingToken, newStartAt | Coordinalo — Service Business Operations com.coordinalo |
| request_appointment_rescheduleanswers Asks internal JoJo for a different walkthrough time using new preferences. The existing hold stays in place until JoJo replaces it, so a duplicate appointment is never created and the customer is never left without one. arguments: request_id, customer_access_token, new_scheduling_preferences, timezone, reason, customer_authorized_reschedule | com.precision-concretecoating/mcp com.precision-concretecoating |
| list_calendar_events List scheduled and published calendar events with optional date-range, status, platform, and pagination filters. arguments: start, end, upcoming, status, platforms, cursor | SendIt io.github.shree-git |
| bulk_update_calendar_events Apply one bulk action to many calendar events at once, including shifts, explicit reschedules, queue moves, cancellations, or assignments. arguments: ids, action, deltaMinutes, shift, assigneeId, scheduledAt | SendIt io.github.shree-git |
| update_eventanswers Reschedule or edit an event — change its title, description, start/end times, location, status, reminders, or metadata. Use this to move an appointment to a new time or update its details. Provide only the fields you ... arguments: event_id, calendar_id, title, description, start_time, end_time | Chronary ai.chronary |
| cancel_eventanswers Delete or cancel an event from a calendar. Use this to remove, cancel, or delete any scheduled event or appointment. The event is marked cancelled and excluded from future availability calculations. For a recurring se... arguments: event_id, calendar_id, occurrence_start | Chronary ai.chronary |
| get_company_eventsanswers Retrieve a company's IR event CALENDAR — UPCOMING and PAST investor-relations events (earnings calls, annual/shareholder meetings, broker conferences, investor days) with the materials attached to each (deck, webcast,... arguments: ticker | MetricDuck — Financial Analysis com.metricduck |
| book-meetinganswers Book a consultation with the Printing Labs team: creates the Google Calendar event (with Meet link unless Phone Call), registers the meeting, and emails the requester confirm/reschedule/cancel links. The time must be ... arguments: firstName, lastName, email, mobile, date, time | printing-labs com.printinglabs |
| update_calendar_event Update one calendar event by rescheduling it, changing status, reassigning it, or storing metadata. arguments: eventId, id, postId, team_id, scheduledAt, status | SendIt io.github.shree-git |
| reschedule_appointment Reporte un rendez-vous existant vers un nouveau créneau. L'opération est atomique : l'ancien RDV est annulé et le nouveau est créé en une seule transaction, évitant qu'un autre agent prenne le créneau cible entre les ... arguments: appointment_id, appointment_token, new_date, new_time | anteos-booking io.github.anteos-health |
| create_calendaranswers Create a calendar to hold events and track availability. Calendars are required before creating events — call this first when setting up a new agent. An agent can have multiple calendars (e.g. "Work", "Personal"). Org... arguments: name, agent_id, timezone, default_reminders | Chronary ai.chronary |
| confirm_eventanswers Promote a held event to a confirmed booking. The event must currently have status="hold" and its hold_expires_at must not have passed. After confirmation, event.started and event.ended lifecycle webhooks fire at the s... arguments: event_id | Chronary ai.chronary |
| create_booking_pageanswers Create a public booking page (a hosted scheduling link) for a calendar. Returns a booking_url to send to a human; when they pick a slot, a confirmed event is created on the calendar and an event.created webhook fires ... arguments: calendar_id, title, description, duration_minutes, buffer_minutes, window_days | Chronary ai.chronary |
| econ_calendaranswers What is SCHEDULED to move markets — upcoming US Treasury auctions (type, term, size, date) and
FOMC meeting dates incl. the next meeting. Pure schedule facts (never prices), from US Treasury
Fiscal Data + the Federal ... arguments: days, limit | ai.dynamicfeed/dynamic-feed ai.dynamicfeed |
| get_economic_calendaranswers Get scheduled macro/economic events (CPI, FOMC, jobs reports, GDP, etc.) between two dates. Optionally filter to a single country (ISO-3166 alpha-2, e.g. "US"). Defaults to US when omitted. arguments: from, to, country | Signal8 ai.signal8 |
| sessions_find_eventsanswers List **events** (scheduled sessions of classes) in the caller's company. Use this whenever you need to resolve an `event_id` from natural language ("my next class," "Monday's ballet," "all swim sessions this week," "S... arguments: company_id, ids, from, to, date, status | Zooza MCP Server app.zooza |
| cancel_bookinganswers Cancel a scheduled booking (call/meeting) and return the result — the invitee is notified per the scheduling settings. A write. Resolve booking_id via list_bookings first; never guess it. To move it instead of cancell... arguments: booking_id | AIOProductOS MCP com.aioproductos |
| booking_createanswers Create a new session/appointment for a client. providerId is optional — if omitted, the system auto-assigns a provider using the agenda assignment strategy (round_robin, least_booked, etc.). When a client has a titula... arguments: orgSlug, clientId, providerId, serviceId, scheduledAt, duration | Coordinalo — Service Business Operations com.coordinalo |
| booking_resolve_requestanswers Approve or reject a pending reschedule request (SessionRequest) that a client proposed from the portal — closes the bilateral coordination loop. outcome: "approved" applies the reschedule atomically (moves the session... arguments: orgSlug, requestId, outcome, reason, apiKey | Coordinalo — Service Business Operations com.coordinalo |
| portal_propose_rescheduleanswers Propose a new time for a session on behalf of the client — opens the bilateral coordination loop by creating a pending SessionRequest (it does NOT move the session; the org resolves it with booking_resolve_request). P... arguments: orgSlug, sessionId, requestedScheduledAt, reason, apiKey | Coordinalo — Service Business Operations com.coordinalo |
| log_eventanswers MUTATES the authenticated user calendar. Use for non-food days — funeral, cremation, appointment, dinner, anything that is not a food log. Do not store this as a chat memory. Example (funeral tonight): log_event({ tit... arguments: title, event_date, date, event_time, time, end_date | Dayze — Life in Days + Notable People com.dayze |
| hemmabo_booking_createanswers Create a pending direct booking without online payment for configured non-VRP fallback deployments. Use only after explicit user confirmation, with a propertyId from search, and only when no signed VRP direct_booking_... arguments: propertyId, checkIn, checkOut, guests, guestName, guestEmail | HemmaBo Host Booking Engine com.hemmabo |
| mg_request_appointmentanswers Submit an appointment request on behalf of a patient to Dr. Maggie Geller's optometry practice. Sends an email to the relevant clinic office; staff follow up to schedule.
Use this tool when the user is in the Metro V... arguments: name, email, reason, phone, preferredLocation, preferredTimes | Dr. Maggie Geller, OD com.maggiegeller |
| get_economic_calendaranswers [TIMING] Scheduled macro + earnings calendar — the 'knows WHEN' feed. Upcoming high-impact US macro releases (CPI, NFP, FOMC, PPI, GDP) and tracked single-name earnings (NVDA, TSLA, MSFT, +) with consensus/previous, a... arguments: days_back, days_ahead, event_class | mcp com.n0brains |
| request_estimate_appointmentanswers Asks Precision's internal JoJo scheduler to reserve an authorized on-site walkthrough that fits the customer's stated preferences. The caller never sees or selects calendar availability: JoJo reads the private calenda... arguments: request_id, customer_access_token, scheduling_preferences, timezone, customer_authorized_scheduling, idempotency_key | com.precision-concretecoating/mcp com.precision-concretecoating |
| cancel-meetinganswers Cancel a meeting you booked earlier in this conversation. Requires the manageToken returned by book-meeting — the same token that powers the cancel link in the customer's confirmation email. Removes the Google Calenda... arguments: manageToken | printing-labs com.printinglabs |
| explain_appointment_officeanswers Explain appointment-based scheduling dynamics — no-show rates as the dominant variance, buffer time as the trade-off lever, double-booking strategy, treatment-time variance by visit type. Use for primary care, special... | QSimHealth com.qsimhealth |
| get_astrology_moon_phase_calendar_year_monthanswers Get complete lunar calendar showing moon phase and illumination for every day of a specific month. Perfect for creating moon phase calendars, lunar planners, and astrology event schedules. arguments: year, month, lang, compact | Western Astrology MCP Server by RoxyAPI com.roxyapi |
| schedule_postanswers Queue a post to go out at a future time, to one or more connected channels at once (facebook, instagram, threads, tiktok, youtube, linkedin, x, pinterest, bluesky, telegram — TEN channels, and every one of them is liv... | Hermoso io.github.hermoso-ai |
| GetUpcomingInvestorEvents Get upcoming investor-relations events for a stock — earnings webcasts, conference appearances, presentations, and shareholder meetings — scraped from the company's IR website. Returns events scheduled from now onward... arguments: ticker, maxResults, eventType | equibles io.github.daniel3303 |
| create_booking_intentanswers Create a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.ai. The first booking they complete unlocks a 1-month free Autonomad Premium trial automatically. ALWAYS call this ins... arguments: intent_type, offer_data, expires_minutes | travel ai.autonomad |
| list_eventsanswers List events on a calendar or across an agent's calendars, including internally created events and externally synced events from iCal subscriptions (e.g. Google Calendar, Outlook). Provide `calendar_id` OR `agent_id`. ... arguments: calendar_id, agent_id, start_after, start_before, status, source | Chronary ai.chronary |
| get_eventanswers Retrieve a single event by ID, including its title, times, status, location, reminders, and metadata. Works for both internally created events and externally synced iCal events. `calendar_id` is optional — if omitted ... arguments: event_id, calendar_id | Chronary ai.chronary |
| find_meeting_timeanswers Find slots when multiple agents are free across Chronary calendars and any human calendars authorized for each agent. This tool is fail-closed: always inspect `availability_state` and `warnings` before using slots. Ac... arguments: agents, agent_ids, start, end, start_time, end_time | Chronary ai.chronary |
| get_calendar_contextanswers Get a calendar's temporal context in a single call: the current event (if one is happening now), the next upcoming event, recent past events, a short upcoming window, and the owning agent's status (idle/working/waitin... arguments: calendar_id | Chronary ai.chronary |
| list_calendarsanswers List calendars in the org. Org-level API keys see every calendar (agent-owned and shared); agent-scoped keys see only their own agent's calendars. Use this to discover calendar IDs before creating or listing events. arguments: agent_id, include, limit, offset | Chronary ai.chronary |
| delete_calendaranswers Delete a calendar (soft delete). Its events are no longer returned and it stops contributing to availability. Agent-scoped keys may only delete calendars owned by their agent. arguments: calendar_id | Chronary ai.chronary |
| list_booking_pagesanswers List booking pages in the org. Agent-scoped keys see only pages on their own agent's calendars. arguments: limit, offset | Chronary ai.chronary |
| delete_booking_pageanswers Delete (deactivate) a booking page. Its hosted URL stops resolving; already-booked events are unaffected. arguments: booking_page_id | Chronary ai.chronary |
| economic-calendaranswers PAID MCP TOOL — $0.034 USDC per successful call via native x402. Discovery is free. Upcoming US macro data release schedule: CPI, NFP, FOMC, GDP, PCE, PPI, JOLTS, Retail Sales, Housing Starts, and 20+ more releases wi... arguments: days_ahead, priority_filter, category_filter | The Stall ai.intuitek.the-stall |
| treasury-auction-calendaranswers PAID MCP TOOL — $0.028 USDC per successful call via native x402. Discovery is free. Returns upcoming US Treasury auction schedule (Bills, Notes, Bonds, TIPS, FRNs) from TreasuryDirect.gov. Filter by security type and ... arguments: type, days_ahead, limit | The Stall ai.intuitek.the-stall |
| list_eventsanswers List events (schedules and live scores), paginated by id (after_id). Filter by sport, league, status, date range, season, or team_id (resolve teams via list_teams / get_team). Returns event id, name, sport/league, sta... arguments: sport, league, status, date, from, to | Lumify Sports Intelligence ai.lumify |
| get_player_eventsanswers List a player's events (schedule/results), paginated by id (after_id). Defaults to ±30 days around today when no date filter is given. Resolve player_id via search_players first. arguments: player_id, status, from, to, limit, after_id | Lumify Sports Intelligence ai.lumify |
| get_cash_runway_calendaranswers Find companies projected to run out of cash within a date window. Similar to lockup expiration calendars but for cash depletion events. Returns companies sorted by urgency (lowest runway first). Runway is an estimate ... arguments: from, to, industry, limit, offset | Signal8 ai.signal8 |
| get_legislative_calendaranswers Forward-looking legislative catalyst calendar: upcoming House/Senate floor votes (bills and Senate cloture motions) filtered to items that can move tickers. Each item includes the predicted vote window (start/end/gran... arguments: from, to, minRelevance, limit, offset | Signal8 ai.signal8 |
| start_bookinganswers Create a pre-filled Timeplex booking link (and booking card) for a selected Korean beauty or wellness shop and appointment. Use this after the user has selected or clearly identified a specific shop. A bare category r... arguments: slug, date, time, items | Timeplex K-Beauty Booking ai.timeplex |
https://neuronto.com/tools?q=..., or connect an agent to
https://neuronto.com/mcp and call find_tool. No key, no signup.