Skip to main content

NativeToolGql

A native agent tool: implemented server-side and bound to one integration, no backing workflow. name is the derived function name (<integration_slug>_<action>) before any collision suffix.

type NativeToolGql {
key: String!
integrationId: Long!
name: String!
description: String!
access: String!
}

Fields

NativeToolGql.key ● String! non-null scalar

NativeToolGql.integrationId ● Long! non-null scalar

NativeToolGql.name ● String! non-null scalar

NativeToolGql.description ● String! non-null scalar

NativeToolGql.access ● String! non-null scalar

Member Of

AgentQueries object