Skip to content

Current TeamDynamix MCP tool catalog.

Response conventions

  • All gateway tools support response_format with values:
    • "markdown" (default)
    • "json"
  • TeamDynamix gateway tools use the teamdynamix_ prefix.
  • Gateway tools accept:
    • action (domain-specific operation)
    • payload (object containing action parameters)
    • response_format

Exposed gateway tools (11)

ToolType
teamdynamix_discoverymixed (read actions)
teamdynamix_ticketsmixed (read/write actions)
teamdynamix_ticket_relationshipsmixed (read/write/destructive actions)
teamdynamix_peoplemixed (read actions)
teamdynamix_knowledge_basemixed (read/write actions)
teamdynamix_assetsmixed (read actions)
teamdynamix_cmdbmixed (read actions)
teamdynamix_servicesmixed (read actions)
teamdynamix_projectsmixed (read/write actions)
teamdynamix_timemixed (read actions)
teamdynamix_reference_datamixed (read actions)

Discovery gateway actions (teamdynamix_discovery)

ToolType
server_statusread
get_current_userread
list_applicationsread
list_ticket_statusesread

Tickets gateway actions (teamdynamix_tickets)

ToolType
list_ticket_typesread
list_ticket_prioritiesread
list_ticket_urgenciesread
list_ticket_impactsread
list_ticket_sourcesread
get_ticketread
search_ticketsread
create_ticketwrite
update_ticketwrite
add_ticket_commentwrite
get_ticket_feedread

Ticket relationships gateway actions (teamdynamix_ticket_relationships)

ToolType
get_ticket_tasksread
create_ticket_taskwrite
list_ticket_assetsread
add_ticket_assetwrite
remove_ticket_assetdestructive (confirm required)
get_ticket_contactsread
add_ticket_contactwrite
remove_ticket_contactdestructive (confirm required)

People gateway actions (teamdynamix_people)

ToolType
get_userread
search_usersread
get_groupread
search_groupsread
get_group_membersread

Knowledge Base gateway actions (teamdynamix_knowledge_base)

ToolType
get_kb_articleread
search_kb_articlesread
list_kb_categoriesread
create_kb_articlewrite
update_kb_articlewrite

Assets gateway actions (teamdynamix_assets)

ToolType
get_assetread
search_assetsread
list_asset_statusesread
list_product_modelsread

CMDB gateway actions (teamdynamix_cmdb)

ToolType
get_ciread
search_cisread
list_ci_typesread
list_ci_relationship_typesread
list_vendorsread

Services gateway actions (teamdynamix_services)

ToolType
list_servicesread
get_serviceread
search_servicesread
list_service_categoriesread

Projects gateway actions (teamdynamix_projects)

ToolType
get_projectread
search_projectsread
list_project_typesread
get_project_plansread
get_project_issuesread
get_project_risksread
create_project_issuewrite
create_project_riskwrite

Time gateway actions (teamdynamix_time)

ToolType
list_time_typesread
get_my_time_entriesread

Reference data gateway actions (teamdynamix_reference_data)

ToolType
list_accountsread
get_accountread
list_locationsread
list_functional_rolesread
list_custom_attributesread

Safety implications

  • All write and destructive actions require TEAMDYNAMIX_ENABLE_WRITE_TOOLS=true.
  • Destructive unlink operations also require confirm: true.

Released under the MIT License.