arcade-mcp/toolkits/calendly_api/arcade_calendly_api/wrapper_tools/GetOrganizationMemberships.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

278 lines
8.8 KiB
JSON

{
"name": "GetOrganizationMemberships",
"fully_qualified_name": "CalendlyApi.GetOrganizationMemberships@2.0.0",
"description": "Retrieve organization memberships and related details.\n\nUse this tool to list the organization memberships for all users in an organization. You can also retrieve your organization's URI using this endpoint.",
"toolkit": {
"name": "ArcadeCalendlyApi",
"description": null,
"version": "2.0.0"
},
"input": {
"parameters": [
{
"name": "next_page_token",
"required": false,
"description": "Token used to retrieve the next or previous set of results for paginated data.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The token to pass to get the next or previous portion of the collection"
},
"inferrable": true,
"http_endpoint_parameter_name": "page_token"
},
{
"name": "number_of_rows_to_return",
"required": false,
"description": "Specify the number of rows to return in the response.",
"value_schema": {
"val_type": "number",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The number of rows to return"
},
"inferrable": true,
"http_endpoint_parameter_name": "count"
},
{
"name": "filter_by_email",
"required": false,
"description": "A specific email address to filter the organization memberships by. Only memberships associated with this email will be returned.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by email address"
},
"inferrable": true,
"http_endpoint_parameter_name": "email"
},
{
"name": "filter_by_organization",
"required": false,
"description": "Filter the results by organization. Provide the organization's unique identifier or name to retrieve specific memberships.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by organization"
},
"inferrable": true,
"http_endpoint_parameter_name": "organization"
},
{
"name": "filter_by_user",
"required": false,
"description": "Filter the results by a specific user. Provide the user's identifier to narrow the search.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by user"
},
"inferrable": true,
"http_endpoint_parameter_name": "user"
},
{
"name": "filter_by_role",
"required": false,
"description": "Filter the results by role. Options: 'owner', 'admin', 'user'.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"owner",
"admin",
"user"
],
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by role"
},
"inferrable": true,
"http_endpoint_parameter_name": "role"
}
]
},
"output": {
"description": "Response from the API endpoint 'list-organization-memberships'.",
"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/organization_memberships",
"http_method": "GET",
"headers": {},
"parameters": [
{
"name": "page_token",
"tool_parameter_name": "next_page_token",
"description": "The token to pass to get the next or previous portion of the collection",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The token to pass to get the next or previous portion of the collection"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "count",
"tool_parameter_name": "number_of_rows_to_return",
"description": "The number of rows to return",
"value_schema": {
"val_type": "number",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "The number of rows to return"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": 20,
"documentation_urls": []
},
{
"name": "email",
"tool_parameter_name": "filter_by_email",
"description": "Indicates if the results should be filtered by email address",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by email address"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "organization",
"tool_parameter_name": "filter_by_organization",
"description": "Indicates if the results should be filtered by organization",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by organization"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "user",
"tool_parameter_name": "filter_by_user",
"description": "Indicates if the results should be filtered by user",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by user"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "role",
"tool_parameter_name": "filter_by_role",
"description": "Indicates if the results should be filtered by role",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"owner",
"admin",
"user"
],
"properties": null,
"inner_properties": null,
"description": "Indicates if the results should be filtered by role"
},
"accepted_as": "query",
"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": null,
"use_request_body_schema_mode": false,
"validate_request_body_schema": false
}
}