Skip to main content
Glama
Grinv

AniList MCP Server

Get an activity post

get_activity
Read-only

Fetch an AniList activity post by ID to view its content, reply count, like count, and liked status. Use it to pull details for a specific activity from user feeds or search results.

Instructions

Get a single AniList activity post (list update, text post, or message) by its ID, including replyCount, likeCount, and isLiked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAniList activity ID — from get_user_activity, get_user_recent_activity, search_activity, or the id returned by post_text_activity/post_message_activity.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
activityYes
Behavior3/5

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

Annotations already indicate read-only and open-world hints. The description adds context about activity subtypes and return fields, but does not disclose potential errors, permissions, or rate limits. 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.

Conciseness5/5

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

The description is one concise sentence, front-loaded with the action and resource, and contains no unnecessary words. It is appropriately sized for the tool's simplicity.

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

Completeness5/5

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

Given the simple one-parameter GET tool, the presence of annotations, an output schema, and rich schema coverage, the description provides enough context to select and invoke the tool correctly. It names the resource subtypes and key returned fields, leaving no major gaps.

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?

The schema covers the single 'id' parameter with a detailed description, including valid ID sources. The description adds no extra parameter semantics, but the schema is sufficient, so a baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool gets a specific AniList activity post by ID, naming the activity types and included fields. It distinguishes itself from list/search tools by emphasizing the 'single' and 'by its ID' scope, but does not explicitly mention sibling alternatives.

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

Usage Guidelines3/5

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

Usage is implied: use when you need one activity post by its ID. The description does not provide explicit when-to-use vs alternatives, though the ID source list in the schema partially compensates.

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/Grinv/anilist-mcp-server'

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