MCP News Server

by eluc1a

add-note

Create and store notes with a name and content on the MCP News Server, enabling efficient organization of information alongside news articles.

Instructions

Add a new note

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP News Server

Related Tools

ID: 9vuy62f77m