erc8004_list_agents
Browse ERC-8004 registered AI agents with pagination, sorting, and filtering by protocol and chain.
Instructions
Browse ERC-8004 registered AI agents with pagination and sorting. Supports protocol and chain filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based, default: 1) | |
| chain | No | Filter by chain ID (e.g., '1' for mainnet, '137' for Polygon) | |
| sortBy | No | Field to sort by (default: createdAt) | createdAt |
| pageSize | No | Number of agents per page (default: 20, max: 100) | |
| protocol | No | Filter by protocol support: 'mcp' or 'a2a' | |
| sortDirection | No | Sort direction (default: desc) | desc |