get_agent_dependencies
Retrieve dependency edges for an agent: models, connectors, sub-agents with call counts and timestamps.
Instructions
Return the dependency edges for a single agent.
Shows what models, connectors and sub-agents this agent depends on, with call counts and timestamps. Use get_agent_dependency_graph for the full organisation-wide view.
Args: agent_id: ID or name of the agent (as registered in the tool catalogue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |