arcade-mcp/toolkits/calendly_api/arcade_calendly_api/wrapper_tools/MarkInviteeNoShow.json
jottakka f2332a7682
[Moar][Rewrapping] Rewrapping tools (#653)
## Rewrapping

- Calendly
- Airtable
- Squareup
- PagerDuty
- Trello
- Miro

---------

Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-10-24 18:05:33 -03:00

105 lines
3.5 KiB
JSON

{
"name": "MarkInviteeNoShow",
"fully_qualified_name": "CalendlyApi.MarkInviteeNoShow@2.0.0",
"description": "Mark an invitee as a no show in Calendly.\n\nUse this tool to mark an invitee as a no show in Calendly. It should be called when you need to record that an invitee did not attend a scheduled event.",
"toolkit": {
"name": "ArcadeCalendlyApi",
"description": null,
"version": "2.0.0"
},
"input": {
"parameters": [
{
"name": "invitee_id",
"required": false,
"description": "The unique identifier for the invitee to be marked as a no show. This is required to specify which invitee did not attend.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": ""
},
"inferrable": true,
"http_endpoint_parameter_name": "invitee"
}
]
},
"output": {
"description": "Response from the API endpoint 'create-invitee-no-show'.",
"available_modes": [
"value",
"error",
"null"
],
"value_schema": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
}
},
"requirements": {
"authorization": {
"provider_id": "arcade-calendly",
"provider_type": "oauth2",
"id": null,
"oauth2": null
},
"secrets": null,
"metadata": null
},
"deprecation_message": null,
"metadata": {
"object_type": "api_wrapper_tool",
"version": "1.1.0",
"description": "Tools that enable LLMs to interact directly with the calendly API."
},
"http_endpoint": {
"metadata": {
"object_type": "http_endpoint",
"version": "1.2.0",
"description": ""
},
"url": "https://api.calendly.com/invitee_no_shows",
"http_method": "POST",
"headers": {},
"parameters": [
{
"name": "invitee",
"tool_parameter_name": "invitee_id",
"description": "",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": ""
},
"accepted_as": "body",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
}
],
"documentation_urls": [],
"secrets": [
{
"arcade_key": "auth_token",
"parameter_name": "Authorization",
"accepted_as": "header",
"formatted_value": "Bearer {authorization}",
"description": "The OAuth token to use for authentication.",
"is_auth_token": true
}
],
"request_body_spec": "{\n \"required\": true,\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"invitee\": {\n \"type\": \"string\",\n \"format\": \"uri\",\n \"example\": \"https://api.calendly.com/scheduled_events/GBGBDCAADAEDCRZ2/invitees/7c1dbe46-bd84-42e2-9b97-05e2fb379bfe\"\n }\n }\n },\n \"examples\": {\n \"Example\": {\n \"value\": {\n \"invitee\": \"https://api.calendly.com/scheduled_events/GBGBDCAADAEDCRZ2/invitees/7c1dbe46-bd84-42e2-9b97-05e2fb379bfe\"\n }\n }\n }\n }\n }\n}",
"use_request_body_schema_mode": false,
"validate_request_body_schema": false
}
}