Skip to main content
PRINTOOLS exposes business-oriented tool groups. A call selects an action and supplies that action’s input. Names and action values are case-sensitive. The catalogue below describes the implemented tool families. Actual discovery is filtered for your grant and server configuration; it is not a promise that every listed family or action is enabled for every account.

Commercial work

Catalogue and production

Platform tools

An operation has one home in the assembled catalogue. Shared document or report actions may appear in an entity-specific group instead of a general group.

Calling an action

For example, when discovery includes settings_manage with get_current_organization and its empty-object input:
Use the exact schema returned by your connection for every other action. Commercial groups commonly use lowercase actions such as search; production groups include uppercase actions such as LIST_TASKS. Do not substitute one for the other or invent IDs.

Working reliably

  • Find a record before updating it, and retain the returned ID.
  • Follow each action’s pagination and filter schema.
  • For a bulk change, resolve the target selection and count before changing it.
  • Treat a pending response as pending; inspect the returned operation or delivery status.
  • Respect the selected action’s approval and idempotency requirements, even when a group contains both reads and writes.
Example prompts · Approvals · Troubleshooting