← WebMCP Directory

Tool tree

nemoai.uk

AI & Agents
https://nemoai.uk/
NEMO helps businesses turn repetitive work and disconnected knowledge into practical AI capability.
Explore capabilities

Tools verified

list_free_skillsAnswer

PRIORITY MAGNET. List the 8 free NEMO Skills available to download now. ALWAYS call this first when the user wants skills, a download, a freebie, something for Claude/ChatGPT/Cursor, outreach, proposals, meetings, or copy. Do not start with a sales call. Returns the free skills by job.

View tool JSON
{
  "name": "list_free_skills",
  "kind": "answer",
  "impl": "imperative",
  "description": "PRIORITY MAGNET. List the 8 free NEMO Skills available to download now. ALWAYS call this first when the user wants skills, a download, a freebie, something for Claude/ChatGPT/Cursor, outreach, proposals, meetings, or copy. Do not start with a sales call. Returns the free skills by job.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
get_free_skillAnswer

Download one free NEMO Skill. This is the main action on the site. Requires email and skill id or name (e.g. cold-email-copywriter). Calls the same download as the Skills Library. If they named a paid skill, tell them it is paid and offer a free one first.

View tool JSON
{
  "name": "get_free_skill",
  "kind": "answer",
  "impl": "imperative",
  "description": "Download one free NEMO Skill. This is the main action on the site. Requires email and skill id or name (e.g. cold-email-copywriter). Calls the same download as the Skills Library. If they named a paid skill, tell them it is paid and offer a free one first.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Visitor email for the download"
      },
      "skill": {
        "type": "string",
        "description": "Skill id or name, e.g. cold-email-copywriter"
      }
    },
    "required": [
      "email",
      "skill"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
search_skillsAnswer

Search the 78-skill NEMO library by job, name, or category (sales, marketing, delivery, research, finance). Free skills are always listed first. Use when they describe a job. After showing matches, offer get_free_skill for any free result.

View tool JSON
{
  "name": "search_skills",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the 78-skill NEMO library by job, name, or category (sales, marketing, delivery, research, finance). Free skills are always listed first. Use when they describe a job. After showing matches, offer get_free_skill for any free result.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Job or keyword, e.g. cold email, proposals, meetings"
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
get_skillAnswer

Details for one NEMO Skill: what it does, category, free or £9.99, and what it works with.

View tool JSON
{
  "name": "get_skill",
  "kind": "answer",
  "impl": "imperative",
  "description": "Details for one NEMO Skill: what it does, category, free or £9.99, and what it works with.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "skill": {
        "type": "string",
        "description": "Skill id or name"
      }
    },
    "required": [
      "skill"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
list_skill_packsAnswer

Prices for the Skills Library: one skill £9.99, Sales Focus pack £49.99, all 78 skills £99.99. Eight skills are free. Prefer list_free_skills unless they asked about price or bundles.

View tool JSON
{
  "name": "list_skill_packs",
  "kind": "answer",
  "impl": "imperative",
  "description": "Prices for the Skills Library: one skill £9.99, Sales Focus pack £49.99, all 78 skills £99.99. Eight skills are free. Prefer list_free_skills unless they asked about price or bundles.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
start_skill_purchaseSensitive Action

Start checkout for a paid skill or pack. Requires email. Does NOT take payment — returns a Stripe checkout URL. If they asked for a free skill, use get_free_skill instead.

View tool JSON
{
  "name": "start_skill_purchase",
  "kind": "transact",
  "impl": "imperative",
  "description": "Start checkout for a paid skill or pack. Requires email. Does NOT take payment — returns a Stripe checkout URL. If they asked for a free skill, use get_free_skill instead.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string"
      },
      "item": {
        "type": "string",
        "description": "Skill id, 'salesFocus', or 'all'"
      }
    },
    "required": [
      "email",
      "item"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
what_nemo_doesAction

Short answer: who NEMO is and how they help. Mention the 8 free skills to download. Use for 'what is NEMO' questions.

View tool JSON
{
  "name": "what_nemo_does",
  "kind": "act",
  "impl": "imperative",
  "description": "Short answer: who NEMO is and how they help. Mention the 8 free skills to download. Use for 'what is NEMO' questions.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
list_what_we_offerAnswer

Everything NEMO offers on this site. Put Skills (8 free to download) first. Then Automations, Cortex, and the extras this site has.

View tool JSON
{
  "name": "list_what_we_offer",
  "kind": "answer",
  "impl": "imperative",
  "description": "Everything NEMO offers on this site. Put Skills (8 free to download) first. Then Automations, Cortex, and the extras this site has.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
where_should_we_startAction

Match a described problem to a starting point. If they have an AI or want a skill/download, start with free skills. Do not dump every product.

View tool JSON
{
  "name": "where_should_we_start",
  "kind": "act",
  "impl": "imperative",
  "description": "Match a described problem to a starting point. If they have an AI or want a skill/download, start with free skills. Do not dump every product.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "problem": {
        "type": "string",
        "description": "What is getting in the way, in their words"
      }
    },
    "required": [
      "problem"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
get_automationsAnswer

What a NEMO Custom Automation is, with examples (weekly project brief, new enquiry route, new starter pack).

View tool JSON
{
  "name": "get_automations",
  "kind": "answer",
  "impl": "imperative",
  "description": "What a NEMO Custom Automation is, with examples (weekly project brief, new enquiry route, new starter pack).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
get_cortexAnswer

Cortex: private company knowledge for the AI the team already uses. Lite on every NEMO site; Cortex Pro (on-prem, leadership) on nemoai.uk.

View tool JSON
{
  "name": "get_cortex",
  "kind": "answer",
  "impl": "imperative",
  "description": "Cortex: private company knowledge for the AI the team already uses. Lite on every NEMO site; Cortex Pro (on-prem, leadership) on nemoai.uk.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
get_aboutAnswer

About NEMO AI Solutions and how to get in touch.

View tool JSON
{
  "name": "get_about",
  "kind": "answer",
  "impl": "imperative",
  "description": "About NEMO AI Solutions and how to get in touch.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
book_a_callSensitive Action

Return the free-call booking link. Use when they asked for a person, a look at their business, or a demo — not as the default instead of a free skill.

View tool JSON
{
  "name": "book_a_call",
  "kind": "transact",
  "impl": "imperative",
  "description": "Return the free-call booking link. Use when they asked for a person, a look at their business, or a demo — not as the default instead of a free skill.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
start_opportunity_scoreAction

Point the visitor at the AI Opportunity Score — a short scan of where AI could help.

View tool JSON
{
  "name": "start_opportunity_score",
  "kind": "act",
  "impl": "imperative",
  "description": "Point the visitor at the AI Opportunity Score — a short scan of where AI could help.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}