Get all tools configured for an agent.
Args: agent_id: The ID of the agent tool_type: Optional filter by tool type is_enabled: Optional filter by enabled status user_id: The user ID of the current user organization_id: The organization ID of the current user
Returns: List of agent tools
Raises: HTTPException: If agent not found or access denied
Filter by tool type: 'built_in', 'mcp_server', 'external_tool'
Filter by enabled status
Successful Response
The response is of type AgentTool · object[]
.