Danbooru Tags
get_post_count
**[REAL-TIME API]** Get the total number of posts for a specific tag. Use this when: - You want to know how many posts exist for a character/tag BEFORE collecting data - You need to estimate collection time and resources - You want to verify data completeness after collection Returns only the post count. Use danbooru-turso-mcp.collect_and_save for actual data collection.
Remote gamzadongza/danbooru-tags-mcp
Other tools also called get_post_count?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tag": {
"type": "string",
"description": "Tag to check post count (e.g., scathach_(fate), hatsune_miku)"
}
}
}