Skip to main content
Glama
anmolsahu2k
by anmolsahu2k

restore_note

Restore a trashed Google Keep note to your active notes. Recover notes that were moved to trash, but not permanently deleted.

Instructions

Restore a note from trash. Only works on trashed notes, not permanently deleted ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the key limitation that only trashed notes can be restored and permanently deleted ones cannot. It does not detail error behavior or response semantics, but for a simple restore operation the core behavior is clearly communicated.

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?

Two short sentences with no filler. The main action is front-loaded, and the critical restriction is added clearly in the second sentence.

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?

For a single-parameter tool with an output schema, the description covers the essential precondition and limitation. The main gap is the lack of note_id semantics, but the operation is simple enough that the description plus schema is mostly sufficient.

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

Parameters2/5

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

The only parameter, note_id, has no schema description and the tool description does not explain its format, source, or how to identify the target note. The meaning is largely inferable from the name, but the description adds no explicit parameter context despite the 0% schema description coverage.

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?

States a specific verb, 'Restore', and a specific resource, 'a note from trash'. It also explicitly scopes the operation to trashed notes and excludes permanently deleted ones, which distinguishes it from tools like delete_note and trash_note.

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?

Gives clear when-to-use guidance: restore a trashed note. It also gives an explicit exclusion: does not work on permanently deleted notes, so an agent knows not to attempt it in that case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/anmolsahu2k/Google-Keep-MCP'

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