Tool Testing
Test context graph tools in isolation without making phone calls. Execute world tools, skills, and integrations with source isolation and dry run mode.
Safety Guardrails
Resolve Available Tools
List all tools available for a service's HSM with metadata.
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
Successful Response
Missing or invalid credentials.
Insufficient permissions.
Validation Error
Voice agent service unavailable.
Execute a Tool
Run an HSM tool outside a live session for testing.
API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.
world_tool — other tool families use their dedicated endpoints
Fully qualified tool name
Service ID that owns the HSM
Optional entity ID for context
If true, write tools are simulated without persistence
falseSuccessful Response
0falsetool_test""worldfalseMissing or invalid credentials.
Insufficient permissions.
Invalid request body.
Voice agent service unavailable.
Last updated
Was this helpful?

