Skip to main content
Glama
martasd

BusinessMap MCP Server

by martasd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUSINESSMAP_API_KEYYesYour BusinessMap API key
BUSINESSMAP_SUBDOMAINYesYour BusinessMap subdomain (e.g., yourcompany)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workspacesA

List all BusinessMap workspaces

list_boardsA

List all BusinessMap boards

list_usersA

List all BusinessMap users

get_board_cardsA

Get cards from a specific board

Args: board_id: The ID of the board limit: Maximum number of cards to return (default: 50)

get_user_cardsA

Get cards assigned to a specific user

Args: user_id: The ID of the user whose cards to retrieve (if not provided, uses the current user) board_id: Optional board ID to limit search to specific board column_id: Optional column ID to limit search to specific column limit: Maximum number of cards to return (default: 50)

get_card_detailsC

Get detailed information about a specific card

Args: card_id: The ID of the card

search_cardsA

Search for cards by title

Args: query: Search query string board_id: Optional board ID to limit search to specific board limit: Maximum number of results (default: 20)

create_cardC

Create a new card in BusinessMap

Args: title: The title of the card description: Description for the card user_id: The ID of the user to assign the card to (optional) tag_ids: List of tag IDs to assign to the card (optional)

update_cardA

Update an existing card in BusinessMap

Args: card_id: The ID of the card to update title: New title for the card (optional) description: New description for the card (optional)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/martasd/businessmap-mcp-server'

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