---
title: "List available agent tools"
method: GET
path: "/api/agent/tools"
tags: ["SEO Tools"]
---

# List available agent tools

`GET /api/agent/tools`

## Response `200`

Available tool manifest

- object
  - `count` integer, required
  - `tools` object[], required
    - `name` string, required
    - `description` string, required
    - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE', required
    - `path` string, required
    - `required_fields` string[], required
    - `sample_payload` object, required

## Other responses

- `401` — Unauthorized
- `429` — Rate limit exceeded

## Changes

> 28 revisions in range; 1 could not be searched.

- **2026-05-27** `04be0428be6d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/tools/get.md)

---

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