Skip to main content
Glama

Phrases MCP Server

by ronniemh

get-phrase-by-id

Retrieve an inspirational phrase using its unique ID from the Phrases MCP Server, enabling quick access to specific content for integration and reference.

Instructions

Returns a phrase by its ID.

Input Schema

NameRequiredDescriptionDefault
idYesPhrase ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Phrases 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/ronniemh/phrases-MCP-server'

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