Tool Instances
List Tool Instances
Path Parameters
Query Parameters
Filter by tool ID
Only active instances
falseMaximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/tool-instances"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"instances": [
{
"instance_id": "string",
"tool_id": "string",
"workspace_id": "string",
"namespace_id": "string",
"name": "string",
"description": "string",
"configuration": {},
"has_credentials": true,
"credential_refs": {
"property1": "string",
"property2": "string"
},
"credential_fields": [
"string"
],
"custom_action_parameters": {
"property1": [
{}
],
"property2": [
{}
]
},
"action_defaults": {
"property1": {},
"property2": {}
},
"auth_config": {},
"custom_actions": [
{}
],
"is_active": true,
"mcp_description_override": "string",
"mcp_action_filter": [
"string"
],
"mcp_action_descriptions": {
"property1": "string",
"property2": "string"
},
"mcp_max_calls_per_turn": 0,
"mcp_requires_confirmation": false,
"mcp_parameter_overrides": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
},
"auth_mode": "vault",
"connection_credentials": {
"client_id": "string",
"client_secret_vault_id": "string",
"callback_url": "string",
"scopes_override": [
"string"
]
},
"connection_status": "string",
"schema_version": 1,
"upgrade_available": false,
"latest_schema_version": 0,
"schema_deprecated": false,
"last_used_at": "string",
"usage_count": 0,
"created_by": "string",
"created_at": "string",
"updated_at": "string",
"tool_name": "string",
"tool_slug": "string",
"tool_category": "string",
"tool_icon_url": "string",
"supported_step_types": [
"string"
],
"effective_action_schemas": [
{}
],
"tool_config_schema": [
{
"name": "string",
"display_name": "string",
"type": "string",
"required": false,
"default": null,
"description": "string",
"placeholder": "string",
"options": [
{
"property1": "string",
"property2": "string"
}
],
"validation": {},
"widget": "string",
"widget_options": {}
}
]
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Create Tool Instance
Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/v1/orgs/string/workspaces/string/tool-instances" \ -H "Content-Type: application/json" \ -d '{ "tool_id": "string", "name": "string" }'{
"instance_id": "string",
"tool_id": "string",
"workspace_id": "string",
"namespace_id": "string",
"name": "string",
"description": "string",
"configuration": {},
"has_credentials": true,
"credential_refs": {
"property1": "string",
"property2": "string"
},
"credential_fields": [
"string"
],
"custom_action_parameters": {
"property1": [
{}
],
"property2": [
{}
]
},
"action_defaults": {
"property1": {},
"property2": {}
},
"auth_config": {},
"custom_actions": [
{}
],
"is_active": true,
"mcp_description_override": "string",
"mcp_action_filter": [
"string"
],
"mcp_action_descriptions": {
"property1": "string",
"property2": "string"
},
"mcp_max_calls_per_turn": 0,
"mcp_requires_confirmation": false,
"mcp_parameter_overrides": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
},
"auth_mode": "vault",
"connection_credentials": {
"client_id": "string",
"client_secret_vault_id": "string",
"callback_url": "string",
"scopes_override": [
"string"
]
},
"connection_status": "string",
"schema_version": 1,
"upgrade_available": false,
"latest_schema_version": 0,
"schema_deprecated": false,
"last_used_at": "string",
"usage_count": 0,
"created_by": "string",
"created_at": "string",
"updated_at": "string",
"tool_name": "string",
"tool_slug": "string",
"tool_category": "string",
"tool_icon_url": "string",
"supported_step_types": [
"string"
],
"effective_action_schemas": [
{}
],
"tool_config_schema": [
{
"name": "string",
"display_name": "string",
"type": "string",
"required": false,
"default": null,
"description": "string",
"placeholder": "string",
"options": [
{
"property1": "string",
"property2": "string"
}
],
"validation": {},
"widget": "string",
"widget_options": {}
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Tool Instance
Path Parameters
Header Parameters
Response Body
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/tool-instances/string"{
"instance_id": "string",
"tool_id": "string",
"workspace_id": "string",
"namespace_id": "string",
"name": "string",
"description": "string",
"configuration": {},
"has_credentials": true,
"credential_refs": {
"property1": "string",
"property2": "string"
},
"credential_fields": [
"string"
],
"custom_action_parameters": {
"property1": [
{}
],
"property2": [
{}
]
},
"action_defaults": {
"property1": {},
"property2": {}
},
"auth_config": {},
"custom_actions": [
{}
],
"is_active": true,
"mcp_description_override": "string",
"mcp_action_filter": [
"string"
],
"mcp_action_descriptions": {
"property1": "string",
"property2": "string"
},
"mcp_max_calls_per_turn": 0,
"mcp_requires_confirmation": false,
"mcp_parameter_overrides": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
},
"auth_mode": "vault",
"connection_credentials": {
"client_id": "string",
"client_secret_vault_id": "string",
"callback_url": "string",
"scopes_override": [
"string"
]
},
"connection_status": "string",
"schema_version": 1,
"upgrade_available": false,
"latest_schema_version": 0,
"schema_deprecated": false,
"last_used_at": "string",
"usage_count": 0,
"created_by": "string",
"created_at": "string",
"updated_at": "string",
"tool_name": "string",
"tool_slug": "string",
"tool_category": "string",
"tool_icon_url": "string",
"supported_step_types": [
"string"
],
"effective_action_schemas": [
{}
],
"tool_config_schema": [
{
"name": "string",
"display_name": "string",
"type": "string",
"required": false,
"default": null,
"description": "string",
"placeholder": "string",
"options": [
{
"property1": "string",
"property2": "string"
}
],
"validation": {},
"widget": "string",
"widget_options": {}
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Delete Tool Instance
Path Parameters
Header Parameters
Response Body
application/json
curl -X DELETE "https://loading/v1/orgs/string/workspaces/string/tool-instances/string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Update Tool Instance
Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/v1/orgs/string/workspaces/string/tool-instances/string" \ -H "Content-Type: application/json" \ -d '{}'{
"instance_id": "string",
"tool_id": "string",
"workspace_id": "string",
"namespace_id": "string",
"name": "string",
"description": "string",
"configuration": {},
"has_credentials": true,
"credential_refs": {
"property1": "string",
"property2": "string"
},
"credential_fields": [
"string"
],
"custom_action_parameters": {
"property1": [
{}
],
"property2": [
{}
]
},
"action_defaults": {
"property1": {},
"property2": {}
},
"auth_config": {},
"custom_actions": [
{}
],
"is_active": true,
"mcp_description_override": "string",
"mcp_action_filter": [
"string"
],
"mcp_action_descriptions": {
"property1": "string",
"property2": "string"
},
"mcp_max_calls_per_turn": 0,
"mcp_requires_confirmation": false,
"mcp_parameter_overrides": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
},
"auth_mode": "vault",
"connection_credentials": {
"client_id": "string",
"client_secret_vault_id": "string",
"callback_url": "string",
"scopes_override": [
"string"
]
},
"connection_status": "string",
"schema_version": 1,
"upgrade_available": false,
"latest_schema_version": 0,
"schema_deprecated": false,
"last_used_at": "string",
"usage_count": 0,
"created_by": "string",
"created_at": "string",
"updated_at": "string",
"tool_name": "string",
"tool_slug": "string",
"tool_category": "string",
"tool_icon_url": "string",
"supported_step_types": [
"string"
],
"effective_action_schemas": [
{}
],
"tool_config_schema": [
{
"name": "string",
"display_name": "string",
"type": "string",
"required": false,
"default": null,
"description": "string",
"placeholder": "string",
"options": [
{
"property1": "string",
"property2": "string"
}
],
"validation": {},
"widget": "string",
"widget_options": {}
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Test Tool Instance
Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/v1/orgs/string/workspaces/string/tool-instances/string/test" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"message": "string",
"details": {},
"latency_ms": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Toggle Tool Instance
Path Parameters
Query Parameters
Enable or disable
Header Parameters
Response Body
application/json
application/json
curl -X POST "https://loading/v1/orgs/string/workspaces/string/tool-instances/string/toggle?is_active=true"{
"instance_id": "string",
"tool_id": "string",
"workspace_id": "string",
"namespace_id": "string",
"name": "string",
"description": "string",
"configuration": {},
"has_credentials": true,
"credential_refs": {
"property1": "string",
"property2": "string"
},
"credential_fields": [
"string"
],
"custom_action_parameters": {
"property1": [
{}
],
"property2": [
{}
]
},
"action_defaults": {
"property1": {},
"property2": {}
},
"auth_config": {},
"custom_actions": [
{}
],
"is_active": true,
"mcp_description_override": "string",
"mcp_action_filter": [
"string"
],
"mcp_action_descriptions": {
"property1": "string",
"property2": "string"
},
"mcp_max_calls_per_turn": 0,
"mcp_requires_confirmation": false,
"mcp_parameter_overrides": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
},
"auth_mode": "vault",
"connection_credentials": {
"client_id": "string",
"client_secret_vault_id": "string",
"callback_url": "string",
"scopes_override": [
"string"
]
},
"connection_status": "string",
"schema_version": 1,
"upgrade_available": false,
"latest_schema_version": 0,
"schema_deprecated": false,
"last_used_at": "string",
"usage_count": 0,
"created_by": "string",
"created_at": "string",
"updated_at": "string",
"tool_name": "string",
"tool_slug": "string",
"tool_category": "string",
"tool_icon_url": "string",
"supported_step_types": [
"string"
],
"effective_action_schemas": [
{}
],
"tool_config_schema": [
{
"name": "string",
"display_name": "string",
"type": "string",
"required": false,
"default": null,
"description": "string",
"placeholder": "string",
"options": [
{
"property1": "string",
"property2": "string"
}
],
"validation": {},
"widget": "string",
"widget_options": {}
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Upgrade Tool Instance
Path Parameters
Header Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/v1/orgs/string/workspaces/string/tool-instances/string/upgrade" \ -H "Content-Type: application/json" \ -d '{}'{
"instance_id": "string",
"previous_version": 0,
"new_version": 0,
"migration_applied": true,
"changelog": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}