list_llm_tools_tool
Identify all LLM tools and functions your applications call, grouped by name with usage statistics. Filter by time range, service, or provider.
Instructions
List all LLM tools being used by identifying traceloop.span.kind == tool.
Discovers which tools/functions LLM applications are calling, grouped by tool name with usage statistics.
Args: start_time: Start time in ISO 8601 format (e.g., 2024-01-01T00:00:00Z) end_time: End time in ISO 8601 format service_name: Filter by service name gen_ai_system: Filter by LLM provider (openai, anthropic, etc.) limit: Maximum spans to analyze (default: 1000)
Returns: JSON string with list of tools and their statistics (usage count, services, first/last seen)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_time | No | ||
| start_time | No | ||
| service_name | No | ||
| gen_ai_system | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |