Skip to content

Tools

Semantic search for tools. Describe what you want to do and get back only the relevant tools.

compass(
intent="I need to generate an AI image from a text description",
top_k=3,
category=None, # Optional: "file", "git", "database", "ai", etc.
min_confidence=0.3
)

Returns matched tools with confidence scores, token savings, and hints.

Get full JSON schema for a specific tool before calling it.

ParameterRequiredDescription
tool_nameyesFully qualified tool name (e.g., comfy:comfy_generate)

Run any indexed tool directly through the gateway.

ParameterRequiredDescription
tool_nameyesTool to execute
argsyesArguments to pass to the tool

List all tool categories and connected MCP servers. Takes no arguments.

System health and config — index size, model status, configuration. Takes no arguments.

Usage statistics, accuracy metrics, and performance data.

ParameterRequiredDescription
timeframenoTime window for analytics (e.g., 24h, 7d)

Discover and manage common multi-tool workflows.

ParameterRequiredDescription
actionyesAction to perform on chain data

Rebuild the HNSW search index from connected backends.

ParameterRequiredDescription
forcenoForce full rebuild even if index exists

Full system diagnostic — index integrity, server health, configuration validation. Takes no arguments.