Skip to main content
Glama
smeet666

mcp-rule34

Search posts by tag

search_posts
Read-onlyIdempotent

Search rule34.xxx for posts by one or more tags, with filters for media type, rating, and sort order. Get post links, image/video URLs, scores, and total matches.

Instructions

Search rule34.xxx for posts carrying a tag, or several tags at once. Tags are written as one token, so a name said as words is joined by underscores: 'asuka langley sohryu' and 'ranma 1/2' are single tags, and this tool joins them for you. Returns each post's page, its image or video URL, dimensions, score and rating, alongside the number of posts the whole search matches. A row shows the first 12 of a post's tags and says how many it has; call get_post for the whole list with a kind for every tag. Use 'media_type' to ask for still images, animations or video; the site classifies these itself. When a search finds nothing, the answer names the tags rule34.xxx does not hold, or says how many posts the tags match once the restrictions are dropped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNo'score' is the site's own tally of votes, recomputed once a day. 'id' is newest first. 'updated' is by when a post last changed, which retagging moves. 'random' draws a different set on each call.score
tagsYesTags a post must all carry, such as ['asuka langley sohryu', 'black hair'].
limitNo
any_ofNoTags a post must carry at least one of.
ratingNoThe two ratings rule34.xxx holds. Leave unset to search both.
excludeNoTags a post must not carry, such as ['monochrome'] to leave out black and white.
media_typeNo'image' for stills, 'animated' for GIFs, 'video' for MP4. The site states this in its own tags, so the classification is as good as the tagging.any

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
tagsYesThe required tags, as rule34.xxx spells them.
notesYes
postsYes
queryYesThe search as it was sent, in the site's own language.
totalYesPosts the whole search matches, as counted by the site.
any_ofYesThe alternatives, as rule34.xxx spells them.
sourceYes
excludeYesThe excluded tags, as rule34.xxx spells them.
has_moreYes
next_pageYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the strong annotations (readOnly, idempotent, non-destructive), the description adds operational specifics: it joins multi-word tags with underscores, explains the site's own classification for media types, details no-result behavior (identifying unknown tags or relaxed match counts), and notes that 'random' sorting yields different sets per call. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is lengthy but each sentence earns its place: purpose first, then tag formatting, return highlights, classification, and no-result behavior. It is well-structured but could be trimmed slightly without losing value; however, the density of useful information justifies the length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (8 parameters, output schema present), the description covers all operational aspects: what it returns, how tag combinations work, media filtering, sorting, and edge cases. It does not delve into pagination, but the schema already defines page and limit defaults, and the output schema covers return details. Almost complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 75% schema coverage (6 of 8 params described), the description goes further by explaining tag joining (e.g., 'asuka langley sohryu' as one token), media_type classification, and the precise meaning of each sort value ('score' recomputed daily, 'id' newest first, etc.). It substantively compensates for the uncovered 'page' and 'limit' params via the overall context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Search rule34.xxx for posts carrying a tag, or several tags at once.' It clearly distinguishes from get_post by mentioning that tool for retrieving full tag lists. This is unambiguous and directly supports selection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says 'call get_post for the whole list' when full tags are needed, giving a clear alternative. It also clarifies tag formatting and media_type behavior, but does not mention find_tags, leaving that sibling's role unaddressed. Overall, usage context is solid but not exhaustive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smeet666/mcp-rule34'

If you have feedback or need assistance with the MCP directory API, please join our Discord server