VoidTrack Docs
MCP tool reference

Views

MCP tools for views.

Generated from the live tool catalog in packages/mcp/src/server.ts. Run pnpm mcp-docs in apps/docs to regenerate after changing a tool.

list_views

List your saved issue/project views.

This tool takes no parameters.

create_view

Create a saved view. Issue views require a team.

ParameterTypeRequiredDescription
namestringyesView name
kind"issues" | "projects"noWhat the view lists, defaults to issues
teamstringnoTeam key, required for issue views
display"list" | "board"noDisplay mode, defaults to list
filtersobjectnoFilter object, defaults to
sortstring | nullnoSort key, or null for default
favoritebooleannoWhether the view is favorited

update_view

Update a saved view you own. Only provided fields change.

ParameterTypeRequiredDescription
idstringyesView id
namestringnoView name
favoritebooleannoWhether the view is favorited
display"list" | "board"noDisplay mode
filtersobjectnoFilter object

delete_view

Delete a saved view you own.

ParameterTypeRequiredDescription
idstringyesView id

On this page