---
title: "List Formatted Static Tools"
method: GET
path: "/v1/formatted_tools"
tags: ["Tools"]
---

# List Formatted Static Tools

`GET /v1/formatted_tools`

Returns a page of tools from the engine configuration, optionally filtered by toolkit, formatted for a specific provider

## Query parameters

- `toolkit` string
- `limit` integer
- `offset` integer
- `format` string
- `user_id` string
- `include_all_versions` boolean
- `filter` string

## Response `200`

OK

- SchemasOffsetPageSchemasArbitraryObject
  - `items` SchemasArbitraryObject[]
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `415` — Unsupported Media Type
- `500` — Internal Server Error

## Changes

- **2026-03-18** `299395b669a4` — 1 info
  - added the new optional `query` request parameter `filter`
- **2026-02-06** `d9b4234b0e2a` — 1 breaking
  - the `items/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-12-03** `4dc4e58ef402` — 1 info
  - added the new optional `query` request parameter `include_all_versions`
- **2025-10-30** `f59a2fe653b8` — 1 warning
  - deleted the `header` request parameter `Authorization`

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/formatted_tools/get.md)

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/a509111298b2/schema)
