TrueNorth agent tools
Use the CLI's runtime discovery instead of assuming that a tool name or schema is still current.
Workflow
- Run
tn tools --json --schemato discover tools and their current schemas. - Select a tool from that response.
- Run
tn call <tool> ... --jsonfor one call, ortn batch ... --jsonfor independent calls that can run together. - Summarize the returned
resultvalues for the user.
The CLI is a thin wrapper around the agent-tools API. Never invent tool names or arguments. Refresh discovery when a call reports an unknown tool or input validation error.
See examples.md for invocation syntax.