Skip to content

List integrated account tools (deprecated) ​


Deprecated. Prefer GET /integrated-account/{id}/capabilities for human/dev consumption and GET /integrated-account/{id}/tools only for AI tool-calling. The shape of the response for AI clients is unchanged.

Endpoint ​

http
GET /integrated-account/{id}/tools

Path parameters ​

id
string · uuid
REQUIRED · 

The ID of the integrated account

Query parameters ​

Refer Specifying query parameters in Truto APIs

methods
string

Filter tools based on the type of method. Can be one of: list, get, create, update, delete, read, write, custom, or a custom method name.

All possible enum values:
  • list
  • get
  • create
  • update
  • delete
  • read
  • write
  • custom
tags
array

Filter tools based on the tags assigned to specific resources.

has_description
string

Defaults to true (description-gated). Pass false to include tools without a description.

All possible enum values:
  • true
  • false

Response Body ​

results
object[]
resource
string

The resource type for the tool

Example: accounts
method
string

The HTTP method for the tool

Example: list
name
string

The name of the tool

Example: list_all_cloudflare_accounts
description
string

A description of what the tool does

Example: List all accounts you have ownership or verified access to. Use the name query parameter to filter by account name.
query_schema
object
type
string
Example: object
properties
object
body_schema
object
type
string
Example: object
properties
object
required
string[]
Example: [ "name" ]
tags
string[]
Example: [ "ticket", "organization" ]