Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VAIZ_DEBUGNoSet to 'true' for debug output to stderrfalse
VAIZ_API_URLNoMCP API URLhttps://api.vaiz.com/mcp
VAIZ_SPACE_IDYesYour Vaiz Space ID
VAIZ_API_TOKENYesYour Vaiz API key (Bearer token)

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

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search for entities in YOUR workspace (tasks, projects, users, comments, boards, USER documents). NOT system documentation!

get_tasksA

Get a filtered list of tasks with pagination. Supports filtering by board, project, assignees, completion status, priorities, milestones, types, and creator.

Examples:

  • My tasks: get_tasks(assignees: [myMemberId])

  • All uncompleted: get_tasks(completed: false)

  • High priority: get_tasks(priorities: ["3"])

  • Specific board: get_tasks(boardId: "...")

  • By type: get_tasks(types: ["typeId1", "typeId2"])

  • By group: get_tasks(boardId: "...", groupId: "...")

  • Created by member: get_tasks(createdBy: "memberId")

  • Next page: get_tasks(skip: 50, limit: 50)

get_taskA

Get detailed information about a specific task by database ID or HRID (e.g., "PRJ-123")

create_taskC

Create a new task in the Vaiz workspace

edit_taskC

Edit an existing task in the Vaiz workspace

get_task_commentsA

Get all comments for a specific task by database ID or HRID (e.g., "PRJ-123")

create_task_commentB

Create a new comment on a task by database ID or HRID (e.g., "PRJ-123")

get_task_historyC

Get history of changes for a specific task

set_task_blockerA

Toggle a blocker relationship between two tasks. Direction is relative to taskId: "blockers" = tasks that block taskId, "blocking" = tasks that taskId blocks. taskId and blockerTaskId accept database IDs or HRIDs (e.g. "PRJ-21").

list_projectsA

List all projects in the current space

get_projectC

Get detailed information about a specific project by ID

get_project_historyC

Get history of all activities in a specific project across the workspace

list_boardsA

List all accessible boards in the current space, optionally filtered by project.

Examples:

  • All boards: list_boards()

  • Boards in project: list_boards(projectId: "...")

get_boardC

Get detailed information about a specific board by ID

get_documentB

Get detailed information about a USER document in workspace. For SYSTEM help, use read_resource!

get_document_commentsC

Get all comments for a specific document

get_document_historyC

Get history of changes for a specific document

edit_document_contentA

Edit the document content (description) of a task, milestone, or standalone document. Can append to existing content or replace it entirely.

list_milestonesB

List all milestones in the current space, optionally filtered by board or project

get_milestoneB

Get detailed information about a specific milestone by ID

create_milestoneA

Create a new milestone in a board. The description field is a short plain-text summary (NOT Markdown). To add rich document content, use edit_document_content after creation.

list_spacesB

List all available spaces (spaces) for the current user

space_infoA

Get detailed information about current space and user permissions

select_spaceC

Select a space to work with

current_userA

Get detailed information about current authenticated user

list_membersA

List all members in the current space

get_memberB

Get detailed information about a specific workspace member by ID

get_user_historyC

Get history of all activities performed by a specific user in the current workspace

get_notificationsC

Get user notifications with filtering and pagination support

get_automationsB

Get all automations (workflows) for a specific board

list_resourcesA

List all available MCP resources (dictionaries, workspace data, etc.)

read_resourceA

Read content of a specific MCP resource by name. For knowledge base articles, use "vaiz-help-" prefix + article name from the index.

pingA

Simple ping tool for testing

Prompts

Interactive templates invoked by user choice

NameDescription
vaiz-mcp-usage-guideCRITICAL: Complete usage guide for Vaiz MCP tools - essential reading before using any MCP function
proactive-intelligenceCRITICAL: Instructions for proactive and intelligent behavior with MCP tools - makes agents act like Cursor
vaiz-behavior-modelCRITICAL: Core behavior model and interaction guidelines for Vaiz AI agents
markdown-formatting-guideComprehensive guide for proper Markdown formatting in all agent responses to users
quick-start-guideQuick start guide for common Vaiz MCP operations with step-by-step instructions
workspace-setup-guideEssential guide for workspace selection and MCP context setup
sprint-planning-assistantHelp plan sprint goals and task prioritization
analyze-task-breakdownBreak down complex tasks into manageable subtasks
create-task-guidedGuided task creation with best practices

Resources

Contextual data attached and managed by the client

NameDescription
vaiz-space-overviewCurrent space overview with projects, members, and statistics
vaiz-system-colorsAvailable color options for projects
vaiz-system-iconsAvailable icon types catalog
vaiz-system-prioritiesTask priority levels reference
vaiz-system-notification-groupsNotification groups reference
vaiz-system-entity-kindsEntity types reference
vaiz-system-help-indexOfficial Vaiz platform documentation. For user documents, use search or get_document.

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/vaizcom/vaiz-mcp'

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