Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BEEBOO_API_KEY | Yes | Your BeeBoo API key (e.g., bb_sk_xxxxxxxxxxxx) | |
| BEEBOO_API_URL | No | The BeeBoo API endpoint | https://beeboo-api-625726065149.us-central1.run.app |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| beeboo_knowledge_search | Search the BeeBoo knowledge base for information using semantic search |
| beeboo_knowledge_add | Add a new entry to the BeeBoo knowledge base |
| beeboo_knowledge_list | List all knowledge base entries |
| beeboo_approval_request | Request human approval for an action. Use this when you need explicit permission before proceeding with a potentially impactful operation. |
| beeboo_approval_check | Check the status of an approval request |
| beeboo_approvals_list | List all approval requests with optional status filter |
| beeboo_request_create | Create a work request for the team. Use this to queue up tasks that need human attention or execution. |
| beeboo_requests_list | List all work requests with optional status filter |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |