bragdoc-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| add_achievement | Interview me to capture a new achievement using the STAR method |
| weekly_update | Review what I accomplished this week and capture any missing achievements |
| period_summary | Summarise my achievements for a time period |
| performance_review | Generate a structured self-assessment for a review period |
| setup_competencies | Walk me through entering my role's competency framework |
| setup_goals | Walk me through entering my goals and OKRs for this review cycle |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| achievements | All logged achievements as raw JSON |
| competencies | Role competency framework as raw JSON |
| goals | OKRs and goals for the current review cycle as raw JSON |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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