Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VTRACK_BASE_URLNoV-Track API base URLhttp://localhost:3000
VTRACK_ACCESS_TOKENNoBearer access token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
users_listB

Get paginated list of users with optional filters.

users_meA

Get information about the currently authenticated user.

users_detailB

Get detailed information about a specific user by ID.

projects_listC

Get paginated list of projects with optional filters.

projects_detailB

Get detailed information about a specific project.

projects_export_members_excelC

Export project members list as an Excel file.

tasks_listC

Get paginated list of tasks with optional filters.

tasks_detailB

Get detailed information about a specific task.

tasks_kanban_boardA

Get the Kanban board view of tasks grouped by status for a project/sprint.

backlog_listB

Get paginated list of backlog items (feature tasks without sprint).

backlog_detailC

Get detailed information about a specific backlog item.

issues_listB

Get paginated list of issues (bug tasks without sprint).

issues_detailB

Get detailed information about a specific issue.

sprints_listC

Get paginated list of sprints for a project.

sprints_list_activeB

Get paginated list of active sprints for a project.

sprints_detailB

Get detailed information about a specific sprint.

sprints_list_for_filterC

Get sprint list for use in filter dropdowns (lightweight).

project_members_listC

Get paginated list of members for a project.

task_comments_listB

Get comments for a task in chat style (cursor-based pagination).

task_comments_detailA

Get detailed information about a specific task comment.

attachments_listA

Get list of attachments for a given entity (task, project, etc.).

attachments_detailB

Get detailed information about a specific attachment.

requests_listC

Get paginated list of requests with optional filters.

requests_detailC

Get detailed information about a specific request.

milestones_listC

Get paginated list of milestones for a project.

milestones_detailB

Get detailed information about a specific milestone.

reports_globalA

Get global system-wide metrics and KPIs.

reports_attentionB

Get system-wide alerts and items needing attention.

reports_projectC

Get report metrics for a specific project.

reports_export_dataC

Get exportable report data for a project.

reports_project_attentionC

Get alerts and items needing attention for a specific project.

workload_listC

Get workload data per team member for a project.

lookup_prioritiesA

Get all available task/request priorities.

lookup_rolesA

Get all available system roles.

lookup_project_rolesA

Get all available project roles.

lookup_task_typesC

Get task types, optionally filtered by project.

lookup_request_typesC

Get request types, optionally filtered by project.

lookup_request_channelsA

Get all available request channels.

lookup_statusesA

Get all available statuses (no auth required).

notifications_listA

Get notifications for the currently authenticated user.

notifications_mark_readA

Mark a specific notification as read.

notifications_mark_all_readA

Mark all notifications as read for the current user.

meeting_notes_listC

Get paginated list of meeting notes for a project.

meeting_notes_detailB

Get detailed information about a specific meeting note.

service_monitors_listC

Get paginated list of service monitors.

service_monitors_detailB

Get detailed information about a specific service monitor.

service_monitors_logsC

Get paginated monitor logs.

service_monitors_incidentsC

Get paginated list of incidents.

service_monitors_incident_detailB

Get detailed information about a specific incident.

service_monitors_sla_statsC

Get SLA statistics for a service monitor.

service_monitors_uptime_statsC

Get uptime statistics for a service monitor.

health_checkA

Check if the V-Track API is healthy and reachable.

audit_logsC

Get audit logs, optionally filtered by user.

configureA

Configure the MCP server connection (base URL and access token). Call this before using other tools if environment variables are not set.

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/harrynguyen14/vtrack-api-mcp'

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