documents_star
Star a document in Yonote workspace using its document ID to mark it as important for quick access.
Instructions
Star a document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID |
Star a document in Yonote workspace using its document ID to mark it as important for quick access.
Star a document.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavior. It states the action but fails to mention idempotency, user scope, permission requirements, or whether the star is reversible. This leaves the agent without critical operational context.
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, clear sentence of four words, perfectly concise and front-loaded. No filler exists.
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 tool is a mutation with no annotations and no output schema, the description is too sparse. It lacks behavioral details (e.g., effect of starring an already-starred document) and usage alternatives, making it contextually incomplete despite the simple parameter set.
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 schema fully describes the 'id' parameter as 'Document ID' (100% coverage), so the description adds no additional parameter semantics. It meets the baseline but provides no extra value.
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 uses a specific verb ('Star') and identifies the resource ('document'), making the core action clear. However, it does not explicitly differentiate from sibling tools like stars_create or documents_starred, though the name implies document-specific starring.
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?
No usage guidance is provided. The description does not mention when to use this tool versus alternatives such as documents_unstar or stars_create, nor any prerequisites or contextual cues.
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/NikitaMurugov/yonote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server