M

marketresearchfuture.com

Market Research Future is a leading market analysis company offering global market research reports, market share analysis, and future industry insights to help businesses grow and maximize profits.

3read
1action
https://www.marketresearchfuture.com/

live · Productivity & Work · JSON · API for agents

Tools 4 tools

search_reportsread

Search for market research reports on MRFR by keyword or industry.

View tool JSON
{
  "name": "search_reports",
  "kind": "read",
  "impl": "imperative",
  "description": "Search for market research reports on MRFR by keyword or industry.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "The industry or topic to search for"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
view_reportread

Navigate to a specific report detail page using its slug.

View tool JSON
{
  "name": "view_report",
  "kind": "read",
  "impl": "imperative",
  "description": "Navigate to a specific report detail page using its slug.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "description": "The URL slug of the report"
      }
    },
    "required": [
      "slug"
    ]
  },
  "page": "/"
}
list_categoriesread

Browse all market research categories and industries.

View tool JSON
{
  "name": "list_categories",
  "kind": "read",
  "impl": "imperative",
  "description": "Browse all market research categories and industries.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
request_sampleaction

Navigate to the sample request form for a specific report.

View tool JSON
{
  "name": "request_sample",
  "kind": "action",
  "impl": "imperative",
  "description": "Navigate to the sample request form for a specific report.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "report_id": {
        "type": "integer",
        "description": "The internal ID of the report"
      }
    },
    "required": [
      "report_id"
    ]
  },
  "page": "/"
}