Skip to main content
Glama

MCP Notes

by 9Ninety

getNote

Retrieve specific notes by their unique ID using this tool, designed to simplify access to recorded information on the MCP Notes server for efficient note management.

Instructions

Retrieves a specific note by its ID.

Input Schema

NameRequiredDescriptionDefault
idYesID of the note to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "ID of the note to retrieve", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

    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/9Ninety/MCPNotes'

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