Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PA_DB_PATHNoCustom database file path
MCP_PA_DB_TYPENoDatabase type (sqlite or tinydb)sqlite
MCP_PA_DOCS_DIRNoDirectory for document storage
MCP_PA_ENCRYPTION_KEYNoEncryption key for database (optional)
MCP_PA_MAX_FILE_SIZE_MBNoMaximum file size in MB100

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_statusA

Get your current status including location, laptop details, and permissions

update_statusD

Update your status information

create_projectC

Create a new project

list_projectsA

List all projects or filter by status

get_projectB

Get details of a specific project

update_projectC

Update a project's information

add_project_taskC

Add a task to a project

create_todoC

Create a new todo/reminder

list_todosB

List todos, optionally filtered by completion status

complete_todoC

Mark a todo as completed

create_calendar_eventC

Create a calendar event

list_calendar_eventsB

List calendar events within a date range

upload_documentC

Upload a document to the personal assistant

create_external_documentB

Create a reference to an external document (e.g., cloud storage link)

list_documentsC

List all documents, optionally filtered by tags

get_documentC

Get details of a specific document

get_dashboardA

Get a dashboard view of active projects, upcoming todos, and events

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Current StatusYour current status and system information
All ProjectsList of all projects
All TodosList of all todos and reminders
Calendar EventsList of all calendar events
DocumentsList of all documents

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/swapnilsurdi/mcp-pa'

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