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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/TatsuyaKatayama/masabbs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server