ai_index_get_adoption
ChatGPTGet Ai Adoption Get AI adoption snapshot with vendor breakdown. Returns a list of monthly records, each containing the overall AI adoption share and per-vendor adoption shares (e.g. OpenAI, Google, Anthropic). Use months to request up to 120 months of history (default 1).
ai_index_get_adoption_by_sector
ChatGPTGet Ai Adoption By Sector Get AI adoption broken down by industry sector. Returns a list of monthly records with per-sector AI adoption shares (e.g. Technology, Healthcare, Finance). Use months to request up to 120 months of history (default 1).
ai_index_get_adoption_by_size
ChatGPTGet Ai Adoption By Size Get AI adoption broken down by company size. Returns a list of monthly records with per-size-segment AI adoption shares. Use months to request up to 120 months of history (default 1).
ramp_rate_compare_vendors
ChatGPTCompare Vendors Compare adoption metrics across 2-10 vendors side by side. Requires vendor_slugs (call ramp_rate_resolve_vendor first to get slugs from names). Example: {"vendor_slugs": ["slack.com", "salesforce.com"]}.
ramp_rate_get_category_summary
ChatGPTGet Category Summary Get adoption stats for a single software category including adoption rate, YoY/MoM change, growth rank, vendor count, and FTE segment breakdown. Example: {"category": "CRM"}. Call ramp_rate_list_categories first to discover valid category names.
ramp_rate_get_category_vendors
ChatGPTGet Category Vendors Get ranked vendor leaderboard within a category. Returns per-vendor adoption rates, spend share, growth metrics, and competitive rankings. Note: competitor_switch_rate is the share of within-category switchers who chose this vendor (a win rate among switchers), NOT a retention or churn rate. Example: {"category": "CRM", "limit": 10}. Call ramp_rate_list_categories first to discover valid category names.
ramp_rate_get_vendor_profile
ChatGPTGet Vendor Profile Get a vendor's Ramp Rate profile across all categories it belongs to. Requires a vendor_slug (call ramp_rate_resolve_vendor first to get it from a name). Example: {"vendor_slug": "slack.com"}.
ramp_rate_list_categories
ChatGPTList Categories List all available Ramp Rate software categories, call this first to discover valid category names. Returns a list of category objects each with a 'software_category' field (e.g. 'CRM', 'Observability', 'Communication').
ramp_rate_resolve_vendor
ChatGPTResolve Vendor Resolve a vendor name to its canonical slug and list its software categories. Pass a human-readable vendor name and get back the vendor_slug needed by other tools. Example: {"vendor_name": "Slack"} returns {"vendor_slug": "slack.com", "software_categories": ["Communication"]}.
ai_index_get_adoption
ClaudeGet Ai Adoption Get AI adoption snapshot with vendor breakdown. Returns a list of monthly records, each containing the overall AI adoption share and per-vendor adoption shares (e.g. OpenAI, Google, Anthropic). Per-vendor shares can overlap because customers may use multiple AI vendors. Use months to request up to 120 months of history (default 1); available history begins around January 2023, so fewer months may be returned.
ai_index_get_adoption_by_sector
ClaudeGet Ai Adoption By Sector Get AI adoption broken down by industry sector. Returns a list of monthly records with per-sector AI adoption shares (e.g. Technology, Healthcare, Finance). Use months to request up to 120 months of history (default 1).
ai_index_get_adoption_by_size
ClaudeGet Ai Adoption By Size Get AI adoption broken down by company size. Returns a list of monthly records with per-size-segment AI adoption shares. Use months to request up to 120 months of history (default 1).
ramp_rate_compare_vendors
ClaudeCompare Vendors Compare adoption metrics across 2-10 vendors side by side. Requires vendor_slugs (call ramp_rate_resolve_vendor first to get slugs from names). Example: {"vendor_slugs": ["slack-technologies", "salesforce"]}.
ramp_rate_get_category_summary
ClaudeGet Category Summary Get adoption stats for a single software category including adoption rate, YoY/MoM change, growth rank, vendor count, and FTE segment breakdown. Example: {"category": "CRM"}. Call ramp_rate_list_categories first to discover valid category names.
ramp_rate_get_category_vendors
ClaudeGet Category Vendors Get ranked vendor leaderboard within a category. Returns per-vendor adoption rates, spend share, growth metrics, and competitive rankings. Note: competitor_switch_rate is the share of within-category switchers who chose this vendor (a win rate among switchers), NOT a retention or churn rate. Example: {"category": "CRM", "limit": 10}. Call ramp_rate_list_categories first to discover valid category names.
ramp_rate_get_vendor_profile
ClaudeGet Vendor Profile Get a vendor's Ramp Rate profile across all categories it belongs to. Accepts a canonical vendor slug and can recover from common vendor names, domains, Slack links, Markdown links, and public Ramp vendor URLs. Example: {"vendor_slug": "slack-technologies"}.
ramp_rate_list_categories
ClaudeList Categories List all available Ramp Rate software categories, call this first to discover valid category names. Returns a list of category objects each with a 'software_category' field (e.g. 'CRM', 'Observability', 'Communication').
ramp_rate_resolve_vendor
ClaudeResolve Vendor Resolve a vendor name to its canonical slug and list its software categories. Pass a human-readable vendor name and get back the vendor_slug needed by other tools. Example: {"vendor_name": "Slack"} returns {"vendor_slug": "slack-technologies", "software_categories": ["Communication"]}.