Files
box-platform-openapi-agent/skills/terms-of-services/SKILL.md
a2a-platform 197f1bd317 deploy
2026-06-27 01:02:21 +00:00

1.4 KiB

name, description
name description
terms-of-services-routes Handle 4 OpenAPI operation(s) under /terms_of_services for the terms of services route group.

terms of services API Routes

Handle 4 OpenAPI operation(s) under /terms_of_services for the terms of services route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

get_terms_of_services

  • Operation ID: get_terms_of_services
  • Route: GET /terms_of_services
  • Mode: READ
  • Summary: List terms of services
  • Parameters:
    • tos_type in query

post_terms_of_services

  • Operation ID: post_terms_of_services
  • Route: POST /terms_of_services
  • Mode: WRITE
  • Summary: Create terms of service
  • Body: JSON request body accepted.

get_terms_of_services_id

  • Operation ID: get_terms_of_services_id
  • Route: GET /terms_of_services/{terms_of_service_id}
  • Mode: READ
  • Summary: Get terms of service
  • Parameters:
    • terms_of_service_id in path required

put_terms_of_services_id

  • Operation ID: put_terms_of_services_id
  • Route: PUT /terms_of_services/{terms_of_service_id}
  • Mode: WRITE
  • Summary: Update terms of service
  • Parameters:
    • terms_of_service_id in path required
  • Body: JSON request body accepted.