Skip to main content
Glama
PetitOnes

M5 Petit Notes

by PetitOnes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTES_DIRNoノートファイル(.md)を保存するディレクトリ(デフォルトは $PETIT_DATA_DIR/characters/<character_id>/notes)
CHARACTER_IDNoキャラクターID。ノート保存先のパス決定に使うdefault
PETIT_DATA_DIRNoデータディレクトリのルート~/petit_data

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_notesA

List all notes in the notebook. Returns note names and their sizes. Use this to see what notes you have.

read_noteA

Read a note by name. Returns the full content. Use this to look back at something you wrote down.

write_noteA

Write or update a note. Creates a new note or overwrites an existing one. Use markdown format. Good for reference tables, lists, research summaries, anything you want to look back at without searching memories.

append_noteA

Append text to an existing note. If the note doesn't exist, creates it. Use this to add entries to a list or log without rewriting the whole note.

delete_noteB

Delete a note by name.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/PetitOnes/m5-petit-notes'

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