Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_achievementA

Create a new achievement using the STAR method. Returns the created achievement with its generated UUID.

list_achievementsA

List achievements with optional filters: date range, tags (AND match), and keyword search.

get_achievementA

Retrieve a single achievement by its UUID id.

update_achievementB

Partially update an achievement. Only the supplied fields are changed; all others are preserved.

delete_achievementB

Delete an achievement by its UUID id.

get_competenciesA

Retrieve the user's stored competency framework. Returns an array of competencies (name, description, optional level).

set_competenciesA

Store the user's competency framework. Replaces any existing competencies entirely.

get_goalsA

Retrieve the user's stored OKR goals. Returns an array of goals (title, description, targetDate).

set_goalsA

Store the user's OKR goals. Replaces any existing goals entirely.

Prompts

Interactive templates invoked by user choice

NameDescription
add_achievementInterview me to capture a new achievement using the STAR method
weekly_updateReview what I accomplished this week and capture any missing achievements
period_summarySummarise my achievements for a time period
performance_reviewGenerate a structured self-assessment for a review period
setup_competenciesWalk me through entering my role's competency framework
setup_goalsWalk me through entering my goals and OKRs for this review cycle

Resources

Contextual data attached and managed by the client

NameDescription
achievementsAll logged achievements as raw JSON
competenciesRole competency framework as raw JSON
goalsOKRs and goals for the current review cycle as raw JSON

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/hmcc0/bragdoc-mcp'

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