get-all-phrases
Retrieve a comprehensive list of all phrases managed by the Phrases MCP Server, enabling easy access to inspirational quotes with author attribution.
Instructions
Returns a list of all phrases.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}