Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoAPI key for OpenAI (direct provider)
STICKYINC_MODELNoOverride the model for any provider
ANTHROPIC_API_KEYNoAPI key for Anthropic (direct provider)
OPENROUTER_API_KEYNoAPI key for OpenRouter

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_taskA

Add a todo to StickyInc. The user sees it appear in their floating pane.

add_task_naturalA

Parse a free-text phrase like 'call dentist Friday 3pm' into a task with optional due date, using the configured LLM (Anthropic/OpenRouter/OpenAI).

list_tasksB

List open StickyInc tasks (or all, with include_completed=true).

complete_taskA

Mark a StickyInc task done by id.

list_doneA

List recently completed StickyInc tasks, with optional archive of older completions.

schedule_eventB

Schedule an event. v0.1 stores as a dated task; v0.3 will call Google Calendar create_event.

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/Astralchemist/stickyinc'

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