Connects to Coordinalo's scheduling and booking platform for managing appointments, clients, providers, and services.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 6 days ago
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The coordinalo MCP server exposes 111 tools, focused primarily on developer, network, and communication capabilities. Its published description reads: "Connects to Coordinalo's scheduling and booking platform for managing appointments, clients, providers, and services". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates coordinalo F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Hidden instructions in a tool description" and "Tool input schema requests a secret". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check coordinalo's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add coordinalo to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://coordinalo.com/api/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Get the current dunning (payment recovery) configuration for an organization. Returns whether dunning is enabled, grace period, step timings, and blocking settings.
Update dunning (payment recovery) configuration for an organization. All fields except organizationSlug are optional — only provided fields are updated, rest stays unchanged.
List active providers (professionals) for an organization. Use this to get providerId before calling admin_set_availability. The org owner is auto-provisioned as a provider. Requires X-Org-Api-Key hea
Add a bookable service to an organization. Use after admin_create_organization. Auto-discoverable by default. If the org has exactly one active provider, the service is auto-assigned to them. With mul
Replace the weekly availability schedule for a provider (not additive — overwrites all existing blocks). Get providerId from admin_list_providers first. Schedule uses day names and HH:MM times. Requir
Toggle the LIFECYCLE flags isPublic and servicialoPublished. ⚠️ This tool does NOT grant public discovery consent — discovery in the Servicialo registry requires Organization.discoveryConsent=true, wh
Query available time slots within a date range. Agenda-aware: without clientId, filters by the org default public agenda — each org decides which services to expose. With clientId, resolves the client
Get the configured weekly availability schedule for a provider (not free slots, but the base configuration). Use admin_set_availability to modify.
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 cl
Get complete details of a session/appointment by its ID, including client, provider, service, financial, and delivery proof information.
List sessions for an organization with filters by provider, client, service, status, and date range. Supports cursor-based pagination.
Cancel an existing session. By default applies the org cancellation policy: the charge is computed from the no-charge/partial/full windows and, if the policy has autoApply, registered as a penalty tra
Reschedule a session to a new time. Cancels the original and creates a new one. Requires confirm: true.
Advance a session through the Servicialo lifecycle: confirm, start, complete, or mark as no-show. NOTE: the "deliver" action is NOT available via MCP (ref PDC-SEC-001) — MCP authentication cannot vali
Create recurring sessions (e.g. weekly therapy). Generates multiple individual sessions linked by a recurrence series ID. Max 52 occurrences.
List the reschedule requests (SessionRequest) of an organization — the org side of the bilateral coordination loop a client opens from the portal. Filter by status (pending|all|resolved, default pendi
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 (
List clients of an organization with search and pagination. Can filter by provider or outstanding debt.
Get complete details of a client including financial summary and recent sessions.
Create a new client in the organization. If a Person with the same email exists, it will be linked (not duplicated).
Update an existing client's personal data. Email cannot be changed via MCP.
Create a new bookable service in an existing organization. Use this for day-to-day service management (requires X-Org-Api-Key). For initial org setup, prefer admin_create_service instead. After creati
List services of an organization. Can filter by active status, discoverability, or category.
Update an existing service (price, duration, status, etc.). Creates a price history entry if price changes. Delivery-verification overrides can be changed too: verificationLevel (none / default_confir
Assign or unassign a provider to/from a service. Controls which providers can deliver which services.
Get complete details of a provider including services, schedule, and session stats.
Create a new provider in the organization. Links or creates a Person record by email.
Update provider data: status, commission, coverage areas, permissions.
Get detailed performance metrics for a provider over a date range: sessions, occupancy, no-show rate, revenue.
List charges (cobros) for an organization. Filter by client, status, or date range. Includes summary totals.
Get details of a specific charge (cobro) including all associated payments.
Register a manual payment against an existing charge (cobro). Updates cobro status automatically. Requires confirm: true.
Get the complete financial balance for a client: total sales, charges, payments, pending debt, and credits.
List payments received with filters. Includes summary by payment type.
List sales (ventas) for an organization. Filter by client, service, provider, or status.
Create a service sale (venta) for a client. Optionally auto-creates a charge (cobro) depending on org configuration. Requires confirm: true.
Create a manual charge (cobro) for a client. Not linked to a sale/venta. Requires confirm: true.
Get accounts receivable aging report: pending charges grouped by age buckets (0-7, 7-30, 30-90, 90+ days). Use to answer "who owes money" or "old debts" questions.
List pending charge confirmations and their status. Shows cobros in pending_confirmation state that await client verification. Filter by client or confirmation status (pending, confirmed, disputed, au
Send pending confirmation digest to clients. Groups all pending_confirmation charges by client and sends a single message per client via WhatsApp or email. Creates confirmation tokens and sets a grace
List operational expenses (gastos operacionales) of an organization with their category, plus totals broken down by category type (FIJO/VARIABLE/COSTO_PRODUCTO/PROVISION). Filter by date range (dateFr
List invoices (facturas) of an organization with total, balance (saldo), status, SII status, linked-sales count and the amount already applied via payment links (with a derived payment status: pendien
Get the communication preferences for an organization (WhatsApp, email, confirmation, reminder channels and messages).
Enable or disable communication channels and features for an organization. Partial update — only provided fields are changed. Creates preferences if none exist.
List communication campaigns (WhatsApp/email) for the organization. Filter by status.
Get details of a specific campaign with optional delivery logs per recipient.
Send a single WhatsApp or email message to a specific client. Use templateKey for predefined templates or customMessage for free text. Requires confirm: true.
Render a communication template as a visual image (PNG). Available templates: session-confirmation, session-reminder, payment-reminder. Use action "preview" to get the image URL, "send" to render and
Create a new email campaign with HTML body to send to a segmented audience. Supports variable substitution: {nombre}, {apellido}, {nombre_completo}, {email}, {telefono}, {organizacion}. Use audienceTy
Execute a draft or scheduled campaign. Sends messages to all matching recipients asynchronously, skipping recipients with email opt-out or bounced addresses (logged as "skipped"). Campaign must be in
List the saved audiences/segments used for campaign targeting, each with its filter definition and campaign-usage count. Set includeCount: true to also resolve how many clients currently match each au
Compact organization overview (~500 tokens). Returns services, providers, schedules, active features, key counts, and an onboarding_status checklist showing what is configured vs missing (services, pr
Calculate provider occupancy rates for a period. Group by provider, day, or week.
Calculate revenue for a period grouped by day, week, month, service, or provider.
Breakdown of Servicio Coordinado (SC) events by month and resolver path (backfill, cac-native, live, compensalo). Use to validate SC coverage and monitor live SC resolution growth. Key metric: sc_live
Report no-show statistics for a period. Group by client, provider, service, or day.
Real-time report of clients with genuine outstanding debt. Excludes temporal payment mismatches (prepaid clients whose global balance is covered). Shows: client name, debt amount, periods with debt, l
Executive summary of the organization: today's sessions, monthly metrics, revenue, pending charges, and alerts.
List public agendas for an organization. Returns agendas with their provider, service, and session counts.
Get complete details of a public agenda by ID. Returns all configuration including booking flow (service_first, provider_first, auto), selection modes, assignment strategy, privacy settings, linked pr
Create a public agenda — a shareable booking page where external clients can self-book appointments. Links to a specific provider and/or service. The agenda gets a public URL at /{orgSlug}/agenda/{slu
Update a public agenda’s configuration. Partial update — only provided fields are changed. Supports modifying: title, description, visibility (isPublic/isActive), booking flow order (service_first/pro
Delete a public agenda permanently. Cascades to related sessions booked through this agenda, comments, and service configs. Requires confirm: true. Cannot be undone.
List disputes for an organization. Filter by status or type. Returns disputes with client and provider info.
List the delivery-confirmation ledger for an organization's sessions. Each row reflects the DeliveryProof overlay: whether the provider confirmed delivery, whether the client confirmed, and whether th
List members of an organization with their roles and status.
Invite a new member to the organization by email. Sends an invitation email. Requires confirm: true.
Update organization profile fields: name, description, logo URL, or vertical. Only provided fields are updated.
Get the email sending domain configured for an organization and its verification status (PENDING, VERIFIED, FAILED). Returns null if no domain is configured. Use email_domain_register to set one up.
Register a custom email sending domain for an organization via Resend. Returns DNS records that must be configured in the domain provider before verification. Replaces any previously configured domain
Trigger DNS verification for the configured email domain and return updated status. Call this after the organization has added the required DNS records. Status will be VERIFIED (ready to send), PENDIN
Remove the configured email sending domain from the organization. This deletes it from both Resend and the database. The organization will revert to using the default Coordinalo sending address. Requi
Preview the financial snapshot for a client in a period WITHOUT creating the closing. Returns totals for ventas, cobros, pagos, sessions.
Create a client monthly closing (immutable financial snapshot). Requires historialCompleto=true on the client. One closing per client per period. Requires confirm: true.
List client closings for an organization. Filter by period and/or client.
Delete (reopen) a client closing. Only allowed if the organizational period is not frozen. Requires confirm: true.
Evaluate organizational closing readiness for a period. Returns: active clients, closed count, excluded count, pending count, completion percentage, and whether closing is possible.
Close the organizational period. Requires ALL active clients with historialCompleto=true to be closed first. Freezes the period. Requires confirm: true.
Distribute profits for a closed period. Freezes the current period and all prior open periods. Requires the period to be organizationally closed first. Requires confirm: true.
List retained earnings (utilidades retenidas) for an organization. Returns per-period records with accumulated totals: ingresos, costos, utilidadNeta, distribuido, retenido.
List payroll records for an organization. Filter by period, provider, or status.
Get payroll summary for a period: total per provider, total cost, pending approvals.
Get organization settings. THIS IS THE ENTRY POINT for anything configurable: call it with no filters first to get the full map. Settings are indexed on two axes — `group` (the sections a human sees i
Update organization settings. Partial update — only provided keys are changed. Pass a settings object with key-value pairs (e.g. {"policies.noShowMaxStrikes": 3, "finances.clientPaymentTiming": "BEFOR
Get the full reminder/notification configuration for an organization. Returns detailed settings for each reminder type: bookingReminder (post-booking follow-up), sessionReminder24h (24h before), sessi
Update reminder/notification configuration for an organization. Partial update — only provided sections are changed. Sections: bookingReminder {enabled, daysAfter, maxReminders, interval}, sessionRemi
Confirm a client's attendance to their session, on behalf of the client (e.g. the client called or messaged the org to confirm). Moves scheduled/pending_confirmation → confirmed and notifies the provi
Cancel a client's session on behalf of the client (client-initiated cancellation: cancelledBy=client). Allowed from scheduled/pending_confirmation/confirmed; rejects past sessions. Idempotent: a sessi
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_re
Report, on behalf of the client, that the professional did not show up (reason=provider_no_show) or that the session was cancelled/not delivered (reason=cancelled). Creates a Dispute(OPEN) for the org
Confirm, on behalf of the client, that the service was delivered (writes DeliveryProof.clientConfirmed) — the client-side confirmation that closes dual-confirm verification. Allowed once the session i
Cancel a pending reschedule request (SessionRequest) on behalf of the client who proposed it — the client-side withdrawal in the bilateral loop (outcome=cancelled_by_client). Idempotent: a request alr
Create or update the clinical note (ficha) of a session: evolution, treatmentPerformed, nextSessionPlan, type (evaluacion/tratamiento/derivacion/cierre), progressMetrics, etc. One note per session (up
Read the clinical note of a session. Non-restricted notes return full content. Notes marked dataSensitivity=restricted return metadata only (type, sensitivity, timestamps, which fields are present) wi
List the bookable resources of an organization (rooms, boxes, chairs, equipment) with their type, capacity, buffer minutes, location and active state. Filter by type, active state, or a name/descripti
List treatment/care plans of an organization with client, provider, status, objectives and their items (services with quantity/frequency/priority). Filter by clientId, status or proveedorId; paginated
Get the full detail of a single treatment/care plan by id: diagnosis, objectives, notes, status timeline, expiration, the intake session, and all plan items (service, quantity, frequency, priority, se
Get the current lifecycle state of a session, including available transitions, state history, and SC resolution. Returns current_state, available_transitions, verification_deadline (when state=deliver
Get the SCEvent stream for a session — all observed transitions reconstructed from status_history. Returns events[] with discriminated union by event_type (sc.scheduled, sc.confirmed, sc.completed, sc
Execute a state transition on a session. Accepts either to_state (target state name per Servicialo spec: confirmed, in_progress, completed, verified, documented, cancelled, no_show) or action (semanti
Confirm a booking (Servicialo spec). Dual-mode: (1) with credential — uses the confirmation token from scheduling_book, no API key needed; (2) with booking_id — uses API key to confirm an existing ses
Book a session (Servicialo spec). Returns confirmation_credential (opaque token, valid 30 min) and booking_id. Use scheduling_confirm with the credential to finalize. Does NOT require an API key — use
Cancel a session through the Servicialo protocol lane. Moves the session to cancelled and emits sc_service.cancelled.v1. It REPORTS the cancellation policy tier that applies (policy_applied: none | pa
Reschedule a session to a new time (Servicialo spec). Cancels the original session and creates a new one at the specified datetime. Requires confirm: true and X-Org-Api-Key.
List publicly bookable services for an organization. Does NOT require an API key. Returns only active, discoverable services with assigned providers. Use this as the first step in the public booking f
Query available time slots for public booking. Does NOT require an API key. Returns slots grouped by service from the organization's public agenda. Provider details are hidden — the system auto-assign
Create a public booking request. Does NOT require an API key, but DOES require: (1) requester identity — fullName plus at least email or phone, (2) submission context — channel and whether an agent as
Confirm a pending public booking using the confirmationToken returned by public_booking_create. Advances the booking from pending_confirmation to scheduled. The token expires after 30 minutes. Does NO
Get details of a public booking using the bookingToken returned by public_booking_create. Returns status, scheduled time, service, and requester info. Does NOT require an API key — the booking token i
Cancel a public booking using the bookingToken. Only works for bookings in pending_confirmation, scheduled, or confirmed status. Optionally include a reason. Does NOT require an API key. The booking t
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
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: lifecycle_history
A tool description contains imperative text aimed at the model (e.g. "ignore previous", "before answering read …").
in-scoped keys. IMPORTANT: backfilled sc_resolved timestamps do NOT emit sRecommendationRemove model-directed instructions from tool descriptions.
tool: dunning_get_config
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: admin_list_providers
A tool description tries to alter the model’s use of another tool.
before calling admin_set_availability. The org owner is auto-provisioned as a provideRecommendationDescriptions must describe only their own tool.
tool: admin_list_providers
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: admin_create_service
A tool description tries to alter the model’s use of another tool.
ble. Next step: admin_set_availability to configure the provider schedule. Requires X-RecommendationDescriptions must describe only their own tool.
tool: admin_create_service
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: admin_set_availability
A tool description tries to alter the model’s use of another tool.
providerId from admin_list_providers first. Schedule uses day names and HH:MM times.RecommendationDescriptions must describe only their own tool.
tool: admin_set_availability
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: admin_toggle_discoverable
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: availability_get_slots
A tool description tries to alter the model’s use of another tool.
ils. Use before booking_create.RecommendationDescriptions must describe only their own tool.
tool: availability_get_slots
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: availability_get_provider_schedule
A tool description tries to alter the model’s use of another tool.
iguration). Use admin_set_availability to modify.RecommendationDescriptions must describe only their own tool.
tool: availability_get_provider_schedule
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_create
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: booking_create
A tool description tries to alter the model’s use of another tool.
ate first). Use availability_get_slots to find valid time slots before calling this. SRecommendationDescriptions must describe only their own tool.
tool: booking_create
The text tells the model WHEN to call this tool relative to others ("always call first", "before any other tool", "chain to X tool") — a toxic-flow injection that hijacks the agent’s orchestration rather than describing the tool.
ive, (2) client must exist (use client_create first). Use availability_get_slots to find valid timeRecommendationTool metadata must describe only the tool, never sequence the agent’s calls.
tool: booking_create
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_cancel
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_reschedule
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_update_status
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: booking_update_status
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_create_recurring
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: booking_create_recurring
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_list_requests
A tool description tries to alter the model’s use of another tool.
Read-only. Use booking_resolve_request to approve or reject one.RecommendationDescriptions must describe only their own tool.
tool: booking_list_requests
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: booking_resolve_request
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: client_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: client_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: client_create
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: client_create
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: client_update
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: client_update
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: service_create
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
(requires X-Org-Api-Key). For initial org setup, prefer admin_create_seRecommendationRemove side-channel parameters; constrain tool inputs.
tool: service_create
A tool description tries to alter the model’s use of another tool.
g setup, prefer admin_create_service instead. After creating, use service_assign_proRecommendationDescriptions must describe only their own tool.
tool: service_create
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: service_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: service_update
A tool description tries to alter the model’s use of another tool.
ocumented — see service_create for semantics) and qualityCapture (1–5 rating oRecommendationDescriptions must describe only their own tool.
tool: service_update
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: service_assign_provider
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: provider_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: provider_create
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: provider_update
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: provider_get_stats
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_list_cobros
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
"maximum":100},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: finance_list_cobros
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_get_cobro
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_register_payment
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_client_balance
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_list_payments
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
"maximum":100},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: finance_list_payments
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_list_ventas
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_create_venta
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_create_cobro
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_aging
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: finance_aging
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_list_confirmations
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_send_confirmations
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
es confirmation tokens and sets a grace period for auto-confirmation.RecommendationRemove side-channel parameters; constrain tool inputs.
tool: finance_send_confirmations
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_list_gastos
A tool description tries to alter the model’s use of another tool.
y — complements finance_list_cobros/finance_list_payments (income side) to completeRecommendationDescriptions must describe only their own tool.
tool: finance_list_gastos
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: finance_list_invoices
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_get_preferences
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_update_preferences
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_list_campaigns
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_get_campaign
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_send_message
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
pe":"boolean"},"apiKey":{"type":"string"}},"required":["orgSlug","clieRecommendationRemove side-channel parameters; constrain tool inputs.
tool: comms_send_message
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_render_message
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"},"template":{"type":"string",RecommendationRemove side-channel parameters; constrain tool inputs.
tool: comms_render_message
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_create_campaign
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"},"name":{"type":"string","minRecommendationRemove side-channel parameters; constrain tool inputs.
tool: comms_create_campaign
A tool description tries to alter the model’s use of another tool.
as draft — use comms_send_campaign to execute. Requires confirm: true.RecommendationDescriptions must describe only their own tool.
tool: comms_create_campaign
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_send_campaign
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"},"campaignId":{"type":"stringRecommendationRemove side-channel parameters; constrain tool inputs.
tool: comms_send_campaign
A tool description tries to alter the model’s use of another tool.
mediately — use comms_get_campaign to track progress (sent/delivered/opened/clickeRecommendationDescriptions must describe only their own tool.
tool: comms_send_campaign
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: comms_list_audiences
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
pe":"boolean"},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: comms_list_audiences
A tool description tries to alter the model’s use of another tool.
ly — use before comms_create_campaign to pick a target audience.RecommendationDescriptions must describe only their own tool.
tool: comms_list_audiences
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: org_summary
A tool description tries to alter the model’s use of another tool.
— cheaper than report_dashboard. If onboarding_status.ready is false, follow thRecommendationDescriptions must describe only their own tool.
tool: org_summary
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: report_occupancy
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: report_revenue
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: report_sc_summary
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: report_no_shows
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
"maximum":100},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: report_no_shows
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: report_deuda_real
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: report_deuda_real
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: report_dashboard
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: agendas_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: agendas_get
A tool description tries to alter the model’s use of another tool.
unt. Use before agendas_update to inspect current settings.RecommendationDescriptions must describe only their own tool.
tool: agendas_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: agendas_create
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: agendas_update
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: agendas_delete
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: disputes_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: delivery_confirmations_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: members_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: members_invite
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
pe":"boolean"},"apiKey":{"type":"string"}},"required":["orgSlug","emaiRecommendationRemove side-channel parameters; constrain tool inputs.
tool: members_invite
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: org_update
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: email_domain_get
A tool description tries to alter the model’s use of another tool.
configured. Use email_domain_register to set one up.RecommendationDescriptions must describe only their own tool.
tool: email_domain_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: email_domain_register
A tool description tries to alter the model’s use of another tool.
S records, call email_domain_verify to check status.RecommendationDescriptions must describe only their own tool.
tool: email_domain_register
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: email_domain_verify
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: email_domain_verify
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: email_domain_delete
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_preview_cliente
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_crear_cliente
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_listar_clientes
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_eliminar_cliente
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_evaluar_org
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_cerrar_org
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_distribuir_utilidades
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: cierre_listar_utilidades
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: payroll_list_records
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: payroll_get_summary
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: settings_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: settings_update
A tool description tries to alter the model’s use of another tool.
d chapters. See settings_get for available keys, valid values and dependenciRecommendationDescriptions must describe only their own tool.
tool: settings_update
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: reminders_get_config
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
ype":"string"},"apiKey":{"type":"string"}},"required":["orgSlug"]}RecommendationRemove side-channel parameters; constrain tool inputs.
tool: reminders_get_config
A tool description tries to alter the model’s use of another tool.
e granular than settings_get reminders chapter.RecommendationDescriptions must describe only their own tool.
tool: reminders_get_config
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: reminders_update_config
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: portal_session_confirm
A tool description tries to alter the model’s use of another tool.
dmin confirm in booking_update_status. Idempotent: a session already confirmed returnRecommendationDescriptions must describe only their own tool.
tool: portal_session_confirm
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: portal_session_cancel
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: portal_propose_reschedule
A tool description tries to alter the model’s use of another tool.
e proposer. Use booking_list_requests to track pending requests.RecommendationDescriptions must describe only their own tool.
tool: portal_propose_reschedule
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: portal_report_session
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
axLength":500},"apiKey":{"type":"string"}},"required":["orgSlug","sessRecommendationRemove side-channel parameters; constrain tool inputs.
tool: portal_report_session
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: portal_confirm_delivery
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: portal_cancel_reschedule_request
A tool description tries to alter the model’s use of another tool.
a conflict. Use booking_list_requests to find pending requests; use booking_resolve_rRecommendationDescriptions must describe only their own tool.
tool: portal_cancel_reschedule_request
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: session_note_upsert
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: session_note_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: resources_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: treatment_plans_list
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: treatment_plans_get
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: lifecycle_get_state
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: lifecycle_history
A tool description tries to alter the model’s use of another tool.
ion status, use lifecycle_get_state.sc_resolution. Requires X-Org-Api-Key.RecommendationDescriptions must describe only their own tool.
tool: lifecycle_history
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: lifecycle_transition
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: lifecycle_transition
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: scheduling_confirm
A tool description tries to alter the model’s use of another tool.
tion token from scheduling_book, no API key needed; (2) with booking_id — usesRecommendationDescriptions must describe only their own tool.
tool: scheduling_confirm
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "credential"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: scheduling_book
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: scheduling_book
A tool description tries to alter the model’s use of another tool.
booking_id. Use scheduling_confirm with the credential to finalize. Does NOT requiRecommendationDescriptions must describe only their own tool.
tool: scheduling_cancel
A tool description tries to alter the model’s use of another tool.
the charge, use booking_cancel instead. Requires confirm: true and X-Org-Api-KRecommendationDescriptions must describe only their own tool.
tool: scheduling_cancel
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: scheduling_reschedule
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "apiKey"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
tool: public_availability_get_slots
A tool description tries to alter the model’s use of another tool.
time. Use after public_service_list to find bookable times.RecommendationDescriptions must describe only their own tool.
tool: public_booking_create
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: public_booking_create
A tool description tries to alter the model’s use of another tool.
sion codes. Use public_service_list → public_availability_get_slots → public_bookinRecommendationDescriptions must describe only their own tool.
tool: public_booking_confirm
A tool description tries to alter the model’s use of another tool.
ken returned by public_booking_create. Advances the booking from pending_confirmationRecommendationDescriptions must describe only their own tool.
tool: public_booking_get
A tool description tries to alter the model’s use of another tool.
ken returned by public_booking_create. Returns status, scheduled time, service, and rRecommendationDescriptions must describe only their own tool.
tool: public_booking_cancel
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
NOT require an API key. The booking token scopes access to a single boRecommendationRemove side-channel parameters; constrain tool inputs.
tool: (server instructions)
A tool description tries to alter the model’s use of another tool.
le provider) 3. admin_list_providers → get provider IDs (org owner is auto-provisionRecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: dunning_configure
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "dunning_configure"RecommendationScope tools to the minimum needed.
tool: admin_set_availability
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "admin_set_availability"RecommendationScope tools to the minimum needed.
tool: admin_toggle_discoverable
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "admin_toggle_discoverable"RecommendationScope tools to the minimum needed.
tool: availability_get_slots
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "availability_get_slots"RecommendationScope tools to the minimum needed.
tool: availability_get_provider_schedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "availability_get_provider_schedule"RecommendationScope tools to the minimum needed.
tool: booking_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "booking_create"RecommendationScope tools to the minimum needed.
tool: booking_cancel
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "booking_cancel"RecommendationScope tools to the minimum needed.
tool: booking_reschedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "booking_reschedule"RecommendationScope tools to the minimum needed.
tool: booking_update_status
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "booking_update_status"RecommendationScope tools to the minimum needed.
tool: booking_create_recurring
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "booking_create_recurring"RecommendationScope tools to the minimum needed.
tool: booking_list_requests
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "booking_list_requests"RecommendationScope tools to the minimum needed.
tool: client_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "client_create"RecommendationScope tools to the minimum needed.
tool: client_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "client_update"RecommendationScope tools to the minimum needed.
tool: service_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "service_create"RecommendationScope tools to the minimum needed.
tool: service_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "service_update"RecommendationScope tools to the minimum needed.
tool: provider_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "provider_create"RecommendationScope tools to the minimum needed.
tool: provider_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "provider_update"RecommendationScope tools to the minimum needed.
tool: finance_register_payment
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "finance_register_payment"RecommendationScope tools to the minimum needed.
tool: finance_create_venta
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "finance_create_venta"RecommendationScope tools to the minimum needed.
tool: finance_create_cobro
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "finance_create_cobro"RecommendationScope tools to the minimum needed.
tool: finance_send_confirmations
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "finance_send_confirmations"RecommendationScope tools to the minimum needed.
tool: comms_update_preferences
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comms_update_preferences"RecommendationScope tools to the minimum needed.
tool: comms_send_message
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comms_send_message"RecommendationScope tools to the minimum needed.
tool: comms_render_message
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comms_render_message"RecommendationScope tools to the minimum needed.
tool: comms_create_campaign
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comms_create_campaign"RecommendationScope tools to the minimum needed.
tool: comms_send_campaign
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comms_send_campaign"RecommendationScope tools to the minimum needed.
tool: comms_list_audiences
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comms_list_audiences"RecommendationScope tools to the minimum needed.
tool: agendas_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "agendas_create"RecommendationScope tools to the minimum needed.
tool: agendas_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "agendas_update"RecommendationScope tools to the minimum needed.
tool: agendas_delete
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "agendas_delete"RecommendationScope tools to the minimum needed.
tool: members_invite
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "members_invite"RecommendationScope tools to the minimum needed.
tool: org_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "org_update"RecommendationScope tools to the minimum needed.
tool: email_domain_get
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "email_domain_get"RecommendationScope tools to the minimum needed.
tool: email_domain_verify
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "email_domain_verify"RecommendationScope tools to the minimum needed.
tool: email_domain_delete
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "email_domain_delete"RecommendationScope tools to the minimum needed.
tool: cierre_crear_cliente
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "cierre_crear_cliente"RecommendationScope tools to the minimum needed.
tool: cierre_eliminar_cliente
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "cierre_eliminar_cliente"RecommendationScope tools to the minimum needed.
tool: settings_update
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "settings_update"RecommendationScope tools to the minimum needed.
tool: reminders_get_config
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "reminders_get_config"RecommendationScope tools to the minimum needed.
tool: reminders_update_config
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "reminders_update_config"RecommendationScope tools to the minimum needed.
tool: portal_report_session
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "portal_report_session"RecommendationScope tools to the minimum needed.
tool: portal_confirm_delivery
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "portal_confirm_delivery"RecommendationScope tools to the minimum needed.
tool: session_note_upsert
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "session_note_upsert"RecommendationScope tools to the minimum needed.
tool: lifecycle_transition
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "lifecycle_transition"RecommendationScope tools to the minimum needed.
tool: scheduling_cancel
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "scheduling_cancel"RecommendationScope tools to the minimum needed.
tool: scheduling_reschedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "scheduling_reschedule"RecommendationScope tools to the minimum needed.
tool: public_booking_create
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "public_booking_create"RecommendationScope tools to the minimum needed.
tool: public_booking_reschedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "public_booking_reschedule"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.