Skip to main content
Glama
TejGandham

parchmark-mcp

by TejGandham

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PARCHMARK_URLYesAPI base URL for ParchMark
PARCHMARK_PASSWORDYesYour password
PARCHMARK_USERNAMEYesYour username

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_notesA

List all notes for the authenticated user.

Returns note metadata (id, title, timestamps) without content. Use get_note to retrieve full content for a specific note.

get_noteA

Get a specific note by ID with full content.

Args: note_id: The unique identifier of the note (e.g., "note-1234567890")

create_noteA

Create a new note with markdown content.

The note title is automatically extracted from the first H1 heading.

Args: content: Markdown content for the note (should start with # Title)

update_noteA

Update an existing note's content.

The note title is automatically re-extracted from the first H1 heading.

Args: note_id: The unique identifier of the note to update content: New markdown content for the note

delete_noteB

Delete a note by ID.

Args: note_id: The unique identifier of the note to delete

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/TejGandham/parchmark-mcp'

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