Skip to main content
Glama

Simple TypeScript MCP Server

by jasonkneen

updateNote

Modify note details in the MCP server by providing the note ID along with updated title and content. Ideal for maintaining accurate and current note-taking records.

Input Schema

NameRequiredDescriptionDefault
contentNoThe updated content of the note
noteIdYesThe ID of the note to update
titleNoThe updated title of the note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The updated content of the note", "type": "string" }, "noteId": { "description": "The ID of the note to update", "type": "string" }, "title": { "description": "The updated title of the note", "type": "string" } }, "required": [ "noteId" ], "type": "object" }

Other Tools from Simple TypeScript MCP Server

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/jasonkneen/mcp-server-ts'

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