AgentMarketMCP / SKILL 资产档案馆

目录 / SuperSaaS

MCP 需 API Key 未评级 已上架

SuperSaaS

Find available slots and manage bookings, users, and forms in the SuperSaaS scheduling service

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:Authorization-code)
端点
https://scheduling--supersaas.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "SuperSaaS": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://scheduling--supersaas.run.tools"
    }
  }
}

能力清单

工具说明
list_schedulesList the schedules (calendars) in the account, with their ids and names.
list_resourcesList the resources or services of a schedule (not available for capacity schedules).
describe_booking_inputsDescribe the fields you may send when creating or updating a booking in a schedule: their labels, types, and whether each is required. Call before create_booking/update_booking, since the field set is configured per schedule and is not fixed.
describe_user_inputsDescribe the fields you may send when creating or updating a user: their labels, types, and whether each is required. Call before create_user/update_user, since the field set is configured per account and is not fixed.
find_available_slotsFind available (free) appointment slots in a schedule from a given time onward. Only resource and capacity schedules are supported, not service type schedules. Returned slot times are in the account's local time.
list_bookingsList bookings/appointments in a schedule from a given time onward, optionally filtered by a time window, resource/service, or user. Defaults to upcoming bookings (from now); pass an earlier "from" to include past bookings. For capacity schedules this returns the time slots. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC.
get_bookingGet a single booking/appointment by id. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC.
list_usersList the users (customers) of the account.
get_userGet a single user (customer) by id, name, or foreign key (e.g. "123fk").
get_user_agendaGet a user's upcoming bookings across one or all schedules. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC.
create_userCreate a new user (customer). Call describe_user_inputs first to see which fields this account accepts, their labels/types, and which are required.
update_userUpdate an existing user (customer), identified by id, name, or foreign key. Call describe_user_inputs first to see which fields this account accepts, their labels/types, and which are required.
delete_userDelete a user (customer), identified by id, name, or foreign key.
get_recent_changesList recently created or changed bookings in a schedule, newest first or since a given time. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC.
create_bookingCreate a new booking/appointment in a schedule. Call describe_booking_inputs first to see which fields this schedule accepts, their labels/types, and which are required.
update_bookingUpdate an existing booking/appointment. Call describe_booking_inputs first to see which fields this schedule accepts, their labels/types, and which are required.
cancel_bookingCancel (delete) a booking/appointment by id.
list_form_definitionsList the (custom/standalone) form definitions in the account, with their ids and names. Use a form id here as the form_id for list_forms.
list_formsList the submitted entries (filled-in forms) for a form definition, newest-changed first, optionally filtered by change time or user. Note: forms attached to a booking or user are usually easier to read through list_bookings/get_booking or get_user.
get_formGet a single submitted form entry by id, including its filled-in content.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。