Claude
registry.list
List read-only HeyClaude entries with bounded pagination and optional category, platform, tag, and query filters.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called registry.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tag": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Filter to entries carrying this exact tag."
},
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "Number of entries per page (1–25, default 20)."
},
"query": {
"type": "string",
"maxLength": 240,
"description": "Keyword search to narrow the listing."
},
"offset": {
"type": "integer",
"maximum": 5000,
"minimum": 0,
"description": "Pagination offset for large result sets (0–5000)."
},
"category": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Category to list entries from (e.g. 'mcp', 'skills', 'agents')."
},
"platform": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Filter to entries compatible with this platform."
}
}
}