---
title: "List tools for a specific server"
method: GET
path: "/api/mcp/servers/{id}/tools"
---

# List tools for a specific server

`GET /api/mcp/servers/{id}/tools`

Get a list of tools for a specific MCP server

## Response `200`

List of tools for the server

- Tool[]
  - `id` integer
  - `server_id` integer
  - `name` string
  - `description` string
  - `schema` object
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Server not found
- `501` — Not implemented yet

---

[API](https://skmtc.net/kontext-security/apis/agent-browser-api.md) · [All operations](https://skmtc.net/kontext-security/apis/agent-browser-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kontext-security/agent-browser-api/versions/758a6b5cd8d9/schema)
