Phrases MCP Server

update-phrase

Modify existing phrases by ID with updated text using the Phrases MCP Server, enabling efficient management of inspirational content directly through Claude for Desktop.

Instructions

Updates the text of a phrase by its ID.

Input Schema

NameRequiredDescriptionDefault
idYesPhrase ID
phraseYesNew phrase text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Phrase ID", "minimum": 0, "type": "number" }, "phrase": { "description": "New phrase text", "maxLength": 200, "type": "string" } }, "required": [ "id", "phrase" ], "type": "object" }

You must be authenticated.

Other Tools from Phrases MCP Server

Related Tools

ID: yvuwrhwq0r