---
title: "GET /api/tools/schema"
method: GET
path: "/api/tools/schema"
tags: ["tools"]
---

# GET /api/tools/schema

`GET /api/tools/schema`

## Query parameters

- `address` string, required

## Response `200`

Success

- object
  - `address` string, required
  - `name` string, nullable
  - `description` string, nullable
  - `inputSchema` unknown
  - `outputSchema` unknown
  - `schemaDefinitions` object, nullable
  - `inputTypeScript` string, nullable
  - `outputTypeScript` string, nullable
  - `typeScriptDefinitions` object, nullable

## Other responses

- `404` — ToolNotFoundError
- `500` — InternalError

---

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