Vennio Scheduling
Programmable time infrastructure — scheduling and availability tools for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Find Availability: Find bookable time slots for a business. Returns available slots within a date range, accounting for calendar events and existing bookings.
- Find Mutual Availability: Find time slots where ALL specified people are free. Requires consent from each principal. This is the signature Vennio feature — consent-scoped mutual scheduling.
- Create Booking: Book a time slot on a business calendar. Creates a confirmed booking, sends confirmation emails, and fires webhooks. The booking metadata will include AI agent identity for audit purpo
What data it sees
Do you need an account
An API key from the service settings is required
Programmable time infrastructure — scheduling and availability tools for AI agents. 12 tools for availability, bookings, proposals, consent, and network queries.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| find_availability | Find bookable time slots for a business. Returns available slots within a date range, accounting for calendar events and existing bookings. |
| find_mutual_availability | Find time slots where ALL specified people are free. Requires consent from each principal. This is the signature Vennio feature — consent-scoped mutual scheduling. |
| create_booking | Book a time slot on a business calendar. Creates a confirmed booking, sends confirmation emails, and fires webhooks. The booking metadata will include AI agent identity for audit purposes. |
| get_booking | Retrieve details of a specific booking by ID. |
| cancel_booking | Cancel an existing confirmed booking. Fires cancellation webhooks and notifies waitlisted customers if applicable. |
| propose_meeting | Create a multi-party meeting proposal with one or more proposed time slots. Participants can accept, counter, or reject. The requester is automatically set to the authenticated user and added as organizer. |
| respond_to_proposal | Accept, counter, or reject a meeting proposal. When accepting, select a specific slot. When countering, provide new proposed slots. |
| get_proposal | Retrieve a proposal by ID, optionally including the full negotiation thread. |
| check_consent | Check whether you have consent to access another principal's data (e.g. availability). The grantee is automatically set to the authenticated user. |
| get_network | Get a summary snapshot of your connection network: total connections, consent counts, recent contacts, and breakdown by relationship type. |
| list_connections | List your network connections with optional filtering by relationship type, status, or name/email search. |
| find_mutual_connections | Find people connected to ALL specified principals. The authenticated user must be included in principal_ids. |