Skip to main content
Glama
Grinv

AniList MCP Server

Search activity feed

search_activity
Read-only

Search AniList's activity feed for updates, messages, or posts. Filter results by user ID or activity type to find specific activity records.

Instructions

Search/browse AniList's activity feed (list updates, text posts, messages), optionally filtered to one user and/or one activity type. Returns AniList activity IDs to use with get_activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination.
typeNoRestrict to this activity type. MEDIA_LIST matches both ANIME_LIST and MANGA_LIST activities; use ANIME_LIST/MANGA_LIST to restrict to just one.
userIdNoRestrict results to this AniList user ID — numeric only; resolve one via search_user first, or use get_user_activity instead if you already have an exact username.
perPageNoResults per page (max 25).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
Behavior3/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds that the tool returns activity IDs, which is consistent and provides useful context. However, no additional behavioral traits are disclosed beyond what annotations already convey.

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 two sentences, front-loading the purpose and filter options, then clearly stating the return value and next step. No extraneous information.

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 output schema exists and parameters are well-documented in the schema, the description provides sufficient context: purpose, filters, and return value. Minor gap: no mention of pagination behavior, but schema covers page/perPage.

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 does not need to add parameter details. The description restates filter options but does not add new meaning. Baseline 3 is appropriate.

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 uses specific verbs 'search/browse' and clearly identifies the resource as 'AniList's activity feed'. It distinguishes from the sibling 'get_activity' by stating returns IDs for use with it, making the purpose unambiguous.

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 implies usage context (returns IDs for get_activity) but does not explicitly state when to use this vs alternatives like 'get_user_activity' (mentioned only in schema). No clear when-not guidance. Adequate but could be improved.

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