---
title: "List Mcp Tools"
method: GET
path: "/satellite/tools/list"
tags: ["satellite"]
---

# List Mcp Tools

`GET /satellite/tools/list`

List all MCP tools available from satellites.

## Query parameters

- `team_id` string, required — Team ID

## Response `200`

Successful Response

- MCPToolsListResponse — List of MCP tools.
  - `tools` MCPToolResponse[], required
    - `mcp_name` string, required
    - `tool_name` string, required
    - `description` string, required
    - `satellite_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
