Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Path Parameters

id
string
required

Body

application/json

Custom tool provider registration

id
string
required
providerId
string
required

Provider identifier (e.g. 'tavily', 'serp', 'sql')

scope
enum<string>

Access control model

Available options:
personal,
shared
createdBy
string

UPN of the creator

isPublic
boolean

Allow public read access

owners
object[]
contributors
object[]
users
object[]
inheritEntitlements
hideFromCatalog
boolean

Hide entity from user-facing recommendations and catalog/search surfaces (still accessible to owners/contributors/admins)

createdAt
string

ISO-8601 creation timestamp

updatedBy
string
updatedAt
string

ISO-8601 update timestamp

name
string
description
string
isEnabled
boolean
authType
enum<string>
Available options:
managedSystemIdentity,
apiKey,
connectionString
apiKey
string

Redacted in responses

category
string

e.g. 'search', 'database', 'api'

tags
string[]
version
string
toolName
string
parameters
object
integrationType
enum<string>
Available options:
registry,
rest_api,
graphql,
function
endpoint
string

REST API endpoint for rest_api type

method
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
functionCode
string

JS code for function type

graphqlEndpoint
string
graphqlQuery
string
requiredDelegatedScope
string

Response

200 - application/json

Tool provider replaced

Custom tool provider registration

id
string
required
providerId
string
required

Provider identifier (e.g. 'tavily', 'serp', 'sql')

scope
enum<string>

Access control model

Available options:
personal,
shared
createdBy
string

UPN of the creator

isPublic
boolean

Allow public read access

owners
object[]
contributors
object[]
users
object[]
inheritEntitlements
hideFromCatalog
boolean

Hide entity from user-facing recommendations and catalog/search surfaces (still accessible to owners/contributors/admins)

createdAt
string

ISO-8601 creation timestamp

updatedBy
string
updatedAt
string

ISO-8601 update timestamp

name
string
description
string
isEnabled
boolean
authType
enum<string>
Available options:
managedSystemIdentity,
apiKey,
connectionString
apiKey
string

Redacted in responses

category
string

e.g. 'search', 'database', 'api'

tags
string[]
version
string
toolName
string
parameters
object
integrationType
enum<string>
Available options:
registry,
rest_api,
graphql,
function
endpoint
string

REST API endpoint for rest_api type

method
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
functionCode
string

JS code for function type

graphqlEndpoint
string
graphqlQuery
string
requiredDelegatedScope
string