REF. T: TOOL INVENTORY · 58 UNITS
The Tool Inventory
A deterministic, governable suite of capabilities for your agents.
REGISTRY: 58 UNITS
Tool Registry
View on Glama⌕
TOOL DEFINITION
files.search
Description
FTS5 keyword search with inline match excerpts and tag/token metadata. Dictionary-class hits sort above everything else for the same query. Pass include_bodies to instead get a single token-budgeted XML/markdown bundle of matched bodies — no follow-up reads needed.
Arguments
query: string (FTS5 query) project_id: number | null (Filter by project) tags: string[] (Required tags) kind: 'dictionary' | 'note' | 'journal' | 'project' (Narrow to one content class) include_bodies: boolean (Return a bundled blob instead of a match list) format: 'xml' | 'markdown' (Bundle format, with include_bodies) max_tokens: number (Bundle budget, default 50,000)
Response Schema
{
"matches": [
{ "id": number, "title": string, "match_excerpt": string, "content_class": string }
],
"total_est_tokens": number
}Live & Scalable
Kontexta Runtime v5.0.0