← WebMCP Directory

Tool tree

getmasset.com

Productivity & Business
https://getmasset.com/
Masset is the best home for your business content: one AI-ready DAM where every deck, one-pager, and case study is findable by your team and every AI tool.
Explore capabilities

Tools verified

page: Every page

request_content_sandboxAction

Request a Masset sandbox pre-loaded with the visitor's own website content. Masset is the best home for your business content. Submit the visitor's name, work email, company, and company website; the Masset team builds a real Masset instance seeded with the public content from that website (decks, PDFs, case studies, pages) and emails the visitor a login within one business day. The sandbox is free for 14 days, then $500 per month to keep. Only request a sandbox for the visitor's own company website, never someone else's. This submits the visitor's contact information to Masset, so confirm the details with your user before calling it.

View tool JSON
{
  "name": "request_content_sandbox",
  "kind": "act",
  "impl": "imperative",
  "description": "Request a Masset sandbox pre-loaded with the visitor's own website content. Masset is the best home for your business content. Submit the visitor's name, work email, company, and company website; the Masset team builds a real Masset instance seeded with the public content from that website (decks, PDFs, case studies, pages) and emails the visitor a login within one business day. The sandbox is free for 14 days, then $500 per month to keep. Only request a sandbox for the visitor's own company website, never someone else's. This submits the visitor's contact information to Masset, so confirm the details with your user before calling it.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "The visitor's full name."
      },
      "email": {
        "type": "string",
        "description": "The visitor's work email address. The sandbox login is sent here."
      },
      "company": {
        "type": "string",
        "description": "The company the visitor works for."
      },
      "company_website": {
        "type": "string",
        "description": "The visitor's own company website, like acme.com. The sandbox is seeded with this site's public content, so it must be the visitor's company, not a third party."
      },
      "content_note": {
        "type": "string",
        "description": "Optional: the content that matters most to the visitor, or their biggest content problem, in their own words. Helps the Masset team decide what to make sure lands in the sandbox."
      }
    },
    "required": [
      "name",
      "email",
      "company",
      "company_website"
    ]
  },
  "page": "/"
}
analyze_story_driftAction

Run Masset's free Story Drift Analyzer on any public website. It crawls up to 6 pages, scores how consistently the brand story comes through (0-100 across six dimensions), checks how AI models currently perceive the brand, and produces a shareable report. The report link is also emailed to the address provided, so confirm the website URL and email with your user before calling this. The analysis takes about 2-3 minutes: this tool returns a job_id immediately; poll check_story_drift_status with it to get the scored results and summarize them for your user. Limited to 3 analyses per email, per network, and per website each day.

View tool JSON
{
  "name": "analyze_story_drift",
  "kind": "act",
  "impl": "imperative",
  "description": "Run Masset's free Story Drift Analyzer on any public website. It crawls up to 6 pages, scores how consistently the brand story comes through (0-100 across six dimensions), checks how AI models currently perceive the brand, and produces a shareable report. The report link is also emailed to the address provided, so confirm the website URL and email with your user before calling this. The analysis takes about 2-3 minutes: this tool returns a job_id immediately; poll check_story_drift_status with it to get the scored results and summarize them for your user. Limited to 3 analyses per email, per network, and per website each day.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "website_url": {
        "type": "string",
        "description": "The public website to analyze, e.g. https://example.com. Private or internal hosts are rejected."
      },
      "email": {
        "type": "string",
        "description": "The user's email address. The finished report link is emailed here. Confirm it with the user first."
      }
    },
    "required": [
      "website_url",
      "email"
    ]
  },
  "page": "/"
}
check_story_drift_statusAnswer

Check on a Story Drift analysis started with analyze_story_drift. Pass the job_id you were given. While the analysis is running this returns the current step; when it finishes it returns the scored results (overall drift score, per-dimension scores, AI perception, and top recommendations) so you can summarize them for your user. Read-only.

View tool JSON
{
  "name": "check_story_drift_status",
  "kind": "answer",
  "impl": "imperative",
  "description": "Check on a Story Drift analysis started with analyze_story_drift. Pass the job_id you were given. While the analysis is running this returns the current step; when it finishes it returns the scored results (overall drift score, per-dimension scores, AI perception, and top recommendations) so you can summarize them for your user. Read-only.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "job_id": {
        "type": "string",
        "description": "The job_id returned by analyze_story_drift."
      }
    },
    "required": [
      "job_id"
    ]
  },
  "page": "/"
}