list_my_support_tickets — Dock MCP Tool Read-only
list_my_support_tickets
(list my support tickets) is one of 71 tools on the
Dock
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_my_support_tickets from your client
- Claude Code Dock list_my_support_tickets run in your project directory
- Claude Desktop Dock list_my_support_tickets ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Dock list_my_support_tickets ~/.cursor/mcp.json
- VS Code Dock list_my_support_tickets .vscode/mcp.json
- Zed Dock list_my_support_tickets ~/.config/zed/settings.json
- Windsurf Dock list_my_support_tickets ~/.codeium/windsurf/mcp_config.json
- Cline Dock list_my_support_tickets ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Dock list_my_support_tickets ~/.gemini/settings.json
- Grok Dock list_my_support_tickets .mcp.json (in your project root)
- ChatGPT Dock list_my_support_tickets Settings → Connectors → Advanced → Developer mode
- Claude.ai Dock list_my_support_tickets Settings → Connectors → Add custom connector
- LangChain Dock list_my_support_tickets pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http dock https://trydock.ai/api/mcp
Other tools on this server
- list_workspaces
- get_workspace
- list_rows
- create_row
- get_row
- update_row
- delete_row
- move_rows
- get_doc
- get_workspace_schema
- add_column
- list_workspace_members
- delete_workspace
- update_workspace
- share_workspace
- update_workspace_member
- remove_workspace_member
- update_doc
- validate_doc_markdown
- update_doc_section
- append_doc_section
- get_html
- update_html
- validate_html
- create_workspace
- get_recent_events
- search
- get_billing
- upgrade_plan
- downgrade_plan
- request_limit_increase
- list_surfaces
- create_surface
- update_surface
- delete_surface
- list_api_keys
- rotate_api_key
- revoke_api_key
- request_revoke_agent_key
- request_rotate_agent_key
- list_webhooks
- create_webhook
- update_webhook
- rotate_webhook_secret
- delete_webhook
- send_message
- create_support_ticket
- list_sheet_functions
- validate_formula
- evaluate_formula
- add_comment
- list_comments
- get_comment_thread
- reply_to_comment
- resolve_comment
- unresolve_comment
- react_to_comment
- list_files
- get_file
- delete_file
- share_file
- revoke_file_share
- list_recent_files
- address_book
- upload_file
- bulk_create_rows
- bulk_update_rows
- list_capabilities
- pull_capability
- request_connection
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.