Skip to content

Latest commit

 

History

History
104 lines (72 loc) · 2.7 KB

File metadata and controls

104 lines (72 loc) · 2.7 KB

DMtools MCP Tools Reference

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

Quick Start

# 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]

Integrations

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

Usage in JavaScript Agents

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');

Integration Categories

Issue Tracking

Communication

Design

Documentation

AI Providers

Authentication

File Operations

CLI Operations

  • CLI - 1 tools

Knowledge Base

  • KB - 5 tools