get_badge_code
ActiveTool of Codex Pets Registry
declared in 1.0.0
Use for a known approved pet slug when the user needs README badge Markdown, HTML, or SVG URL. Do not use for animated README cards, website iframe embeds, install instructions, or pet discovery; use get_card_code, get_embed_code, get_install_instructions, or search_pets instead.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Exact slug of an approved public Codex pet."
}
}
}Parent server
Codex Pets Registry
1/7 registries