Skip to main content
Glama
smeet666

mcp-rule34

Read one post

get_post
Read-onlyIdempotent

Retrieve a rule34.xxx post's full details by ID or URL, including all tags with their types and counts, media, dimensions, score, rating, and more.

Instructions

Read one rule34.xxx post, named by its id or by a link to its page. Returns every tag the post carries, each with its kind (character, copyright, artist, general or metadata) and how many posts share it, alongside the image or video, the dimensions, the score, the rating, the uploader, the number of comments, the credited source and the date the site took the post in. Use this after a search, whose rows show only the first few tags of each post.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe post's numeric id, as a search returns it.
urlNoA link to the post's page, such as https://rule34.xxx/index.php?page=post&s=view&id=2195419. The link is read rather than followed.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
md5Yes
tagsYes
notesYes
ownerYesThe account that uploaded the post.
scoreYesThe site's own score, updated once a day.
widthYes
heightYes
ratingYes
sourceYes
statusYes
file_urlYes
post_urlYes
has_notesYes
parent_idYes
changed_atYesWhen the post last changed, ISO 8601.
created_atYesWhen the post was added to rule34.xxx, ISO 8601. The site imported much of its older catalogue in bulk, so thousands of posts share one day.
sample_urlYes
preview_urlYes
source_siteYes
comment_countYes
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds substantial behavioral nuance beyond that: it details exactly what is returned (tags with kinds and counts, media, dimensions, score, rating, uploader, comment count, source, and date) and clarifies that 'The link is read rather than followed.' This adds real value without contradicting any 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 a single, well-structured paragraph that front-loads the core purpose and then enumerates return fields. It is somewhat dense but every sentence contributes information (usage, identification methods, return contents). No filler or redundancy is present, though it could be trimmed slightly without losing essential detail.

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?

For a read-only tool with an output schema, the description is nearly complete: it captures usage context, identification methods, and a full list of returned data. It does not address what happens if both parameters are supplied or neither, but given that both are optional and the schema defines them, this is a minor gap. The presence of an output schema further reduces the need to explain return formats.

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

Parameters3/5

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

Both parameters are thoroughly described in the schema (100% coverage): id is 'The post's numeric id, as a search returns it' and url includes an example and notes that the link is read rather than followed. The description reiterates these but introduces no new semantic detail. With full schema coverage, the baseline of 3 is appropriate; the description does not elevate it further.

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: 'Read one rule34.xxx post'. It further specifies the identification method ('by its id or by a link to its page'), which clearly distinguishes it from its siblings (search_posts and find_tags). The tool's unique role—retrieving full details for a single post—is unambiguous.

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?

The description explicitly states when to use this tool: 'Use this after a search, whose rows show only the first few tags of each post.' This provides clear context and implicitly differentiates it from searching or tag-finding. It does not explicitly name alternatives or exclusion conditions, but the usage direction is strong enough for an agent to select correctly.

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