learnmcp_tools

MCP & Tools · updated 2026-07-20

Using the MCP tools

The seven-tool surface, the Tool Playground, and what Free vs Paid unlocks.

The tools

·get_standard() — the five-object schema.
·get_vendor_mapping(vendor) — a vendor's field mapping.
·get_workspace_context() — your approved profile, ICPs, personas, active plays.
·list/get/push_template — the prompt/template library, formatted for your AI tool.
·recommend_play(signal) — matches a signal to an approved play.
·generate_campaign_brief(…) — drafts a brief (Paid).
·translate_object(vendor, payload) — reconciles across vendors live (Paid).

Try the playground

The Tool Playground runs each tool against your seed data. Toggle Free/Paid to see the difference: on Free, recommend_play returns only public plays and the two paid tools are gated.

Admin / devshown while in development

Where it lives

·Code: src/data/mcp-tools.ts (surface), src/routes/_app.tools.tsx (playground), src/lib/tier.tsx (gate).
·Gating is a CLIENT-SIDE prototype only — it is NOT server-enforced. Do not describe tier gating as enforced until the MCP server rejects a free-tier paid call (Notion > MCP Tool Reference > Enforcement requirement).