Phrases MCP Server

create-phrase

Generate and store new phrases with author attribution using the CRUD-enabled Phrases MCP Server.

Instructions

Creates a new phrase for an author.

Input Schema

NameRequiredDescriptionDefault
nameYesAuthor name
phraseYesPhrase text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Author name", "maxLength": 50, "type": "string" }, "phrase": { "description": "Phrase text", "maxLength": 200, "type": "string" } }, "required": [ "name", "phrase" ], "type": "object" }

You must be authenticated.

Other Tools from Phrases MCP Server

Related Tools

ID: yvuwrhwq0r