tg-show-tools

Displays all agent tool configurations from TrustGraph.

Synopsis

tg-show-tools [options]

Description

The tg-show-tools command retrieves and displays all configured agent tools from TrustGraph, showing properties, arguments, and metadata for each tool.

Options

Optional Arguments

Option Default Description
-u, --api-url URL $TRUSTGRAPH_URL or http://localhost:8088/ TrustGraph API URL
-t, --token TOKEN $TRUSTGRAPH_TOKEN Authentication token

Examples

Show All Tools

tg-show-tools

Using Custom API URL

tg-show-tools -u http://production:8088/

Tool Types

Type Description
knowledge-query Query knowledge graph data
structured-query Query structured data using natural language
text-completion Text generation and completion
mcp-tool References to MCP tools
prompt Execute prompt templates

Environment Variables

  • TRUSTGRAPH_URL: Default API URL
  • TRUSTGRAPH_TOKEN: Default authentication token

API Integration

This command uses the Configuration API to retrieve agent tool definitions from the ‘tool’ configuration group.