Skip to main content
Glama
esaio

pplog MCP Server

by esaio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PPLOG_ACCESS_TOKENYesAccess token for pplog

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-poemA

Retrieves a poem from pplog by ID.

search-poemsA

Searches for poems in pplog with advanced query syntax support.

create-poemA

Creates a pplog poem: a casual short note (not literary verse). Posting hides your previous poem from other readers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: create a poem, retrieve by ID, and search. No overlap.

Naming Consistency4/5

Pattern is verb_noun with hyphens (create-poem, get-poem, search-poems), though 'poems' is plural for search while others use singular.

Tool Count3/5

Three tools is borderline minimal for a typical CRUD surface, but may be appropriate if the domain is intentionally limited.

Completeness2/5

Missing update and delete operations; no way to modify or remove poems. Also lacks a list-all endpoint, forcing reliance on search.

Maintenance

ActivityActive
ResponsivenessNo issues