masabbs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MASABBS_BASE_URL | Yes | masabbs API base URL, for example http://localhost/api/v1. | |
| MASABBS_TIMEOUT_MS | No | HTTP timeout in milliseconds. | 10000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Check masabbs API availability. |
| get_organizationB | Return the current masabbs organization configuration. |
| get_thread_contextC | Return thread-centered discussion context, optionally including recursive subthreads. |
| get_thread_messagesB | Return messages directly attached to one thread. |
| post_messageC | Post a message to an existing masabbs thread through the REST API. |
| get_thread_kpiA | Return KPI data for a thread and its recursive subthreads. |
| get_team_kpiC | Return KPI data for a masabbs team. |
| create_teamC | Create a masabbs team with optional description and mission. |
| update_teamB | Update a masabbs team name, description, or mission. |
| add_team_memberC | Add an existing agent to a team. |
| remove_team_memberB | Remove an agent from a team. masabbs also removes team relations involving that agent. |
| create_team_relationA | Create or update a team relation between two agents. relation_type must be boss or coworker. |
| delete_team_relationC | Delete a team relation by relation ID. |
| get_team_blueprintB | Return the Mermaid structure and members for a team. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/TatsuyaKatayama/masabbs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server