unlike-note
Remove a like from a note.com article using its article ID. This tool helps manage article interactions by deleting previously added likes.
Instructions
記事のスキを削除する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID |
Remove a like from a note.com article using its article ID. This tool helps manage article interactions by deleting previously added likes.
記事のスキを削除する
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states the action (delete a like) but doesn't disclose behavioral traits such as permissions required, whether the operation is idempotent, error conditions (e.g., if the note doesn't exist or isn't liked), or what happens on success (e.g., no return value or confirmation). For a mutation tool with zero annotation coverage, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence in Japanese that directly states the tool's purpose. It's front-loaded with no unnecessary words, making it highly concise and well-structured for quick understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (a mutation tool with no annotations and no output schema), the description is incomplete. It lacks details on behavioral aspects like error handling, return values, or side effects. While the purpose is clear, the tool's full context isn't adequately covered for safe and effective use by an AI agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description doesn't add any parameter semantics beyond what the input schema provides. The schema has 100% description coverage with 'noteId' clearly documented as '記事ID' (note ID). With high schema coverage, the baseline is 3, as the description doesn't compensate but also doesn't detract.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description '記事のスキを削除する' (Delete a note's like) clearly states the action (delete) and resource (note's like). It distinguishes from siblings like 'like-note' (which adds likes) and 'get-likes' (which retrieves likes). However, it doesn't specify the exact resource type (e.g., 'unlike' vs 'remove like'), making it slightly less specific than a perfect 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 doesn't mention prerequisites (e.g., a note must exist and be liked first), exclusions, or comparisons to sibling tools like 'like-note' or 'get-likes'. The agent must infer usage from the purpose alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shimayuz/note-com-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server