Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

anime_title_recommendations

Get community-recommended anime titles for a specific anime, with recommendation ratings and paginated results.

Instructions

List an anime's recommendations. Returns community-recommended titles for an anime, each with a recommendation rating and the full normalized media entry, paginated. Credential-free public AniList data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAniList anime id
pageNo1-based page number, default 1
per_pageNoResults per page, default 10, max 50
Behavior4/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It states the tool is read-only ('List'), returns paginated results with ratings and media entries, and is 'credential-free public AniList data', which communicates that no authentication is needed. However, it does not mention error handling, rate limits, or default sorting, but these are minor omissions for a simple read tool.

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 concise sentences. The first sentence states the core purpose, and the second adds key details (returns, rating, media entry, pagination, credential-free). Every sentence adds value; no fluff.

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 3 parameters, no output schema, and no nested objects, the description sufficiently covers the tool's behavior: it lists recommendations with ratings and media entries, is paginated, and uses public data. It omits some details like error responses or output format, but for a straightforward list tool, it is reasonably complete.

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 input schema covers all 3 parameters with descriptions (100% coverage). The tool description does not add meaning beyond the schema; it simply restates that the 'id' is the anime ID. For high schema coverage, baseline is 3, and no extra value is provided.

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 clearly states the tool lists anime recommendations, specifying the verb 'list' and the resource 'anime's recommendations'. It differentiates from sibling tools like anime_title, anime_title_characters, and anime_title_staff by focusing solely on recommendations, and includes details about returned data (rating, normalized media entry, pagination).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention when not to use it, nor does it compare it to other anime tools like anime_search or anime_title. The phrase 'Credential-free public AniList data' implies it's a public API, but this is not a clear usage guideline.

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/Crawlora-org/crawlora-mcp'

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