Claude
entry.compare
Compare 2-5 read-only HeyClaude entries by fit, category, platforms, source metadata, and install complexity.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called entry.compare?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"entries": {
"type": "array",
"items": {
"type": "object",
"required": [
"category",
"slug"
],
"properties": {
"slug": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Slug of the entry."
},
"category": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Category of the entry (e.g. 'mcp', 'skills')."
}
},
"additionalProperties": false
},
"maxItems": 5,
"minItems": 2,
"description": "2–5 entries to compare, each identified by category and slug."
},
"platform": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Target platform for the comparison (affects install steps shown)."
}
}
}