Claude
submission.schema
Fetch read-only HeyClaude submission schemas for PR-first intake by category.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called submission.schema?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"category": {
"enum": [
"agents",
"rules",
"mcp",
"skills",
"hooks",
"commands",
"statuslines",
"collections",
"guides"
],
"type": "string",
"description": "Submission category to fetch the schema for. Returns all schemas if omitted."
}
}
}