/
ME
meganova
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 3w ago
Details
Filter operations
ab-testing
7
admin
79
agents
49
analytics
7
assets
5
audio
1
auth
11
benchmarks
3
blocked-creators
4
cak
2
casting
4
character-reports
2
characters
20
chat
25
connectors
12
creator
48
credits
10
custom-tools
6
post
Create Custom Tool
get
List Custom Tools
get
Get Custom Tool
put
Update Custom Tool
delete
Delete Custom Tool
post
Test Custom Tool
embeds
10
escalation-rules
5
images
8
impersonate
1
integrations
14
lorebooks
16
marketplace
19
mcp-tools
3
memories
4
memory-health
1
models
4
notifications
5
personas
5
referral
9
seo
6
short-urls
1
spaces
5
storage
5
storage-providers
11
stripe
20
support-metrics
2
trailers
6
user
4
videos
4
get
Read Root
get
Redirect Short Url
get
Health Check
custom-tools
Update Custom Tool
Update a custom tool.
put
/agents/tools/{tool_id}
Path parameters
tool_id
string
uuid
required
Request body
CustomToolUpdate
required
Update a custom tool.
display_name
string
nullable
description
string
nullable
http_method
string
nullable
url_template
string
nullable
headers
object
nullable
body_template
object
nullable
auth_type
string
nullable
auth_secret
string
nullable
parameters_schema
object
nullable
response_path
string
nullable
timeout_seconds
integer
nullable
allowed_domains
string[]
nullable
is_active
boolean
nullable
Response
Successful Response
CustomToolResponse
required
Custom tool response.
name
string
required
display_name
string
required
description
string
required
http_method
string
required
url_template
string
required
headers
object
body_template
object
nullable
auth_type
string
parameters_schema
object
response_path
string
nullable
timeout_seconds
integer
allowed_domains
string[]
id
string
uuid
required
space_id
string
uuid
required
created_by
string
uuid
required
is_active
boolean
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes