# 1inch Debug

> Look up organization-scoped 1inch API request logs by request-id or time window via the MCP `debug` tool. Use when troubleshooting failed or unexpected API responses for the authenticated org.

- Skill: `1inch/1inch-debug` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 1inch/1inch-debug`
- Raw SKILL.md: https://api.skillmd.com/api/skills/1inch/1inch-debug/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: 1inch (https://skillmd.com/u/1inch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/1inch/1inch-debug

---


# Request log lookup (`debug`)

Authenticated MCP tool **`debug`**. Only appears in `tools/list` when the deployment registers it.

## Modes

1. **By request id:** `requestId` (e.g. `x-request-id`), optional `startTime` / `endTime` (default 24h lookback).
2. **By window:** `startTime` + `endTime` (RFC3339), optional `logLevel` (`info`|`warn`|`error`), `limit` (1–100).

Organization scope comes from the gateway auth context — you cannot query other orgs.

