Skip to main content
Glama
Grinv

MAL MCP Server

Get my MAL profile

get_my_user_info
Read-only

Retrieve your MyAnimeList profile and anime watch-status statistics. Authenticate to access personal list data.

Instructions

Get the logged-in user's MyAnimeList profile and anime watch-status statistics. Requires MyAnimeList authentication (via login_mal, or a pre-supplied MAL_REFRESH_TOKEN/MAL_ACCESS_TOKEN). Anime-only — the official API has no manga statistics field at all, and there is no tool for a user's manga read stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
locationNo
joined_atNo
anime_statisticsNo
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds important context about authentication requirements and API limitations (no manga stats), which goes beyond the 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 three concise sentences, front-loaded with the main purpose, and includes essential details without any fluff.

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 zero parameters, an output schema exists, and annotations cover read-only and open-world hints, the description provides sufficient context by covering authentication, scope, and differentiation from missing tools.

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

Parameters4/5

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

With zero parameters and full schema coverage, the description adds value by specifying the data returned (profile and watch-status statistics), which the empty schema does not convey.

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 retrieves the logged-in user's profile and anime watch-status statistics. It distinguishes from siblings by explicitly noting the absence of a manga statistics tool, making the scope unmistakable.

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

Usage Guidelines5/5

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

The description specifies prerequisites (authentication via login_mal or tokens), indicates it is anime-only, and notes that no manga stats tool exists, guiding the agent when to use this tool versus alternatives.

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/mal-mcp'

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