Complete reference for all MCP tools available in DMtools.
Total Integrations: 20 Total Tools: 292
Auto-generated from dmtools list on: 2026-07-22 19:14:18
# List all available tools
dmtools list
# List tools for specific integration
dmtools list | jq '.tools[] | select(.name | startswith("jira_"))'
# Execute a tool
dmtools <tool_name> [arguments]| Integration | Tools | Documentation |
|---|---|---|
| ADO | 38 | ado-tools.md |
| ANTHROPIC | 3 | anthropic-tools.md |
| BEDROCK | 2 | bedrock-tools.md |
| CLI | 1 | cli-tools.md |
| CONFLUENCE | 19 | confluence-tools.md |
| DIAL | 2 | dial-tools.md |
| FIGMA | 22 | figma-tools.md |
| FILE | 5 | file-tools.md |
| GEMINI | 2 | gemini-tools.md |
| GITHUB | 35 | github-tools.md |
| GITLAB | 30 | gitlab-tools.md |
| JIRA | 69 | jira-tools.md |
| KB | 5 | kb-tools.md |
| MERMAID | 3 | mermaid-tools.md |
| OLLAMA | 2 | ollama-tools.md |
| OPENAI | 2 | openai-tools.md |
| SHAREPOINT | 2 | sharepoint-tools.md |
| TEAMS | 31 | teams-tools.md |
| TESTRAIL | 17 | testrail-tools.md |
| VERTEX | 2 | vertex-tools.md |
All MCP tools are directly accessible as JavaScript functions:
// Direct MCP tool access
const ticket = jira_get_ticket('PROJ-123');
const workItem = ado_get_work_item(12345);
const response = gemini_ai_chat('Analyze this');
file_write('output.txt', 'content');- TEAMS - 31 tools
- FIGMA - 22 tools
- CONFLUENCE - 19 tools
- SHAREPOINT - 2 tools
- GEMINI - 2 tools
- OPENAI - 2 tools
- ANTHROPIC - 3 tools
- OLLAMA - 2 tools
- BEDROCK - 2 tools
- DIAL - 2 tools
- TEAMS - 31 tools
- FILE - 5 tools
- CLI - 1 tools
- KB - 5 tools