Truenorth

Discover and call TrueNorth agent tools dynamically through the tn CLI.

Advent-AI Updated

File contents

TrueNorth agent tools

Use the CLI's runtime discovery instead of assuming that a tool name or schema is still current.

Workflow

  1. Run tn tools --json --schema to discover tools and their current schemas.
  2. Select a tool from that response.
  3. Run tn call <tool> ... --json for one call, or tn batch ... --json for independent calls that can run together.
  4. Summarize the returned result values 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.

Advent-AI/truenorth-cli/tree/main/skills/truenorth commit adb65cb6b3

Frequently asked questions

npx skillmds@latest add advent-ai/truenorth