Skip to main content
Glama
Grinv

AniList MCP Server

Post a message activity

post_message_activity

Post a direct message to an AniList user's profile, or update an existing message activity by providing its ID.

Instructions

[Requires login] Post a new direct message-style activity to another AniList user's profile, or update an existing one by passing its id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoActivity ID to update instead of creating a new post.
messageYesThe message text to post.
recipientIdYesAniList numeric user ID of the message recipient (resolve a username via search_user first).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
activityYes
Behavior3/5

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

Annotations already indicate mutation (readOnlyHint=false). The description adds the login requirement, but does not disclose other behavioral traits such as notification effects or error behaviors. 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 a single sentence that efficiently conveys the main purpose and a key detail (update via id). No unnecessary words, front-loaded with the login requirement.

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?

With an output schema present, the description need not detail return values. It covers the core functionality and a prerequisite (login). Could include more context about error handling or permissions, but is sufficient for a straightforward tool.

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?

Schema coverage is 100%, so the description's mention of the id parameter for updates adds only marginal value beyond the schema descriptions. Baseline score 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?

Description clearly states the tool posts a direct message-style activity to an AniList user's profile, and also supports updating by passing an id. This is specific and informative, though it does not differentiate from sibling tools like add_list_entry or favourite.

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?

The description mentions a login prerequisite and the two use cases (create or update), but does not provide guidance on when to choose this tool over alternatives or note any constraints like rate limits.

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