Danbooru Tags
get_post_tags
**[REAL-TIME API]** Extract all tags from a specific Danbooru post by ID or URL by querying Danbooru API directly. Use this when: - You want to get ALL tags from a single post in real-time - You need tag categories and counts for a specific post For analyzing tag statistics across multiple posts, use 'get_character_tags'.
Remote gamzadongza/danbooru-tags-mcp
Other tools also called get_post_tags?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"post_id_or_url": {
"type": "string",
"description": "Danbooru post ID (number) or URL (e.g., https://danbooru.donmai.us/posts/2973340)"
}
}
}