check_channel_readiness — Obriym CRM MCP Tool Read-only
check_channel_readiness
(check channel readiness) is one of 52 tools on the
Obriym CRM
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call check_channel_readiness from your client
- Claude Code Obriym CRM check_channel_readiness run in your project directory
- Claude Desktop Obriym CRM check_channel_readiness ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Obriym CRM check_channel_readiness ~/.cursor/mcp.json
- VS Code Obriym CRM check_channel_readiness .vscode/mcp.json
- Zed Obriym CRM check_channel_readiness ~/.config/zed/settings.json
- Windsurf Obriym CRM check_channel_readiness ~/.codeium/windsurf/mcp_config.json
- Cline Obriym CRM check_channel_readiness ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Obriym CRM check_channel_readiness ~/.gemini/settings.json
- Grok Obriym CRM check_channel_readiness .mcp.json (in your project root)
- ChatGPT Obriym CRM check_channel_readiness Settings → Connectors → Advanced → Developer mode
- Claude.ai Obriym CRM check_channel_readiness Settings → Connectors → Add custom connector
- LangChain Obriym CRM check_channel_readiness pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://obriym-crm.com/api/mcp
Other tools on this server
- search_leads
- get_lead
- search_deals
- get_deal
- list_orders
- get_order
- search_products
- get_product
- get_dashboard_overview
- get_report
- search_contacts
- get_contact
- search_companies
- get_company
- list_activities
- get_activity
- list_customers
- get_customer
- list_categories
- list_brands
- list_warehouses
- list_marketplaces
- get_marketplace
- list_channel_products
- get_workspace_info
- create_lead
- update_lead
- create_deal
- create_activity
- update_order_status
- create_contact
- update_contact
- create_company
- update_company
- complete_activity
- convert_lead
- assign_lead
- transition_deal
- create_order
- add_order_item
- update_order_item
- remove_order_item
- create_product
- update_product
- adjust_stock
- list_pipeline_stages
- configure_pipeline
- list_lead_sources
- set_lead_sources
- list_workspaces
- select_workspace
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.