---
title: "List Tool Rest Api"
method: GET
path: "/mcp-rest/tools/list"
tags: ["mcp"]
---

# List Tool Rest Api

`GET /mcp-rest/tools/list`

List all available tools with information about the server they belong to.

Example response:
{
    "tools": [
        {
            "name": "create_zap",
            "description": "Create a new zap",
            "inputSchema": "tool_input_schema",
            "mcp_info": {
                "server_name": "zapier",
                "logo_url": "https://www.zapier.com/logo.png",
            }
        }
    ],
    "error": null,
    "message": "Successfully retrieved tools"
}

## Query parameters

- `server_id` string, nullable — The server id to list tools for

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
