emet examples gallery

June 24, 2026 ยท View on GitHub

Need the mode/option rules behind these examples? See tool-reference.md.

Copy-paste prompts for common jobs.

Current facts

Prompt: Use emet to verify the current stable Node.js version and cite official sources. Mode: fast Result shape: short answer, official source, citations.

API docs

Prompt: Use emet in code mode for the current MCP server tool schema. Mode: code Result shape: current docs, code-oriented citations.

Version/deprecation

Prompt: Use emet to check whether GitHub REST API version 2022-11-28 changed this endpoint. Mode: code Result shape: version-aware answer with changelog/release sources.

Package research

Prompt: Use emet to compare the current install paths for npm package CLIs. Mode: deep Result shape: npm docs plus package metadata notes.

Security

Prompt: Use emet to verify this CVE from NVD/CISA/vendor sources before answering. Mode: deep Result shape: authority-first answer; weak blogs do not satisfy the result alone.

Changelogs

Prompt: Use emet to find the official changelog for React 19 and summarize breaking changes. Mode: deep Result shape: official release/changelog citations.

Community / social signals

Tool call: emet({ query: "What are developers saying about React 19 upgrade pain?", mode: "deep", options: { platforms: ["hn", "github"], interactive: true, maxResultsPerPlatform: 5 } }) Result shape: compact community results, stable result IDs, next actions, then optional fetch/synthesis.

V2EX / forum chatter

Tool call: emet({ query: "Search V2EX for Bun Windows support reports", mode: "deep", options: { platforms: ["v2ex"] } }) Result shape: forum-backed signals with citations and non-authoritative metadata.

RSS / feed tracking

Tool call: emet({ query: "Recent RSS mentions of pnpm catalog support", mode: "deep", options: { platforms: ["rss"] } }) Result shape: feed-backed results for release/mention tracking.

YouTube / media lookup

Tool call: emet({ query: "YouTube tutorials about MCP server setup", mode: "deep", options: { platforms: ["youtube"] } }) Result shape: media metadata/transcript-oriented retrieval when available.

Academic

Prompt: Use emet academic mode to find the original Transformer paper and authoritative metadata. Mode: academic Result shape: paper sources, publication metadata, citations.

Raw page text

Prompt/tool call: web_fetch({ url: "https://example.com/docs" }) Result shape: raw extracted text, title, source type, code blocks.

Full raw pages from a research run

Tool call: emet({ query: "MCP sampling docs", mode: "code", options: { rawPages: true } }) Result shape: synthesized answer plus pageTexts[] with full source text.

Local repo grounding

Tool call: emet({ query: "best current API for this dependency", mode: "code", options: { files: ["package.json"] } }) Result shape: answer grounded in local dependency evidence plus live docs.

Official-only docs lookup

Tool call: emet({ query: "current Stripe webhook signature docs", mode: "code", options: { sourcePolicy: "official-only", hostAllowlist: ["docs.stripe.com", "stripe.com"] } }) Result shape: official docs prioritized and strict host filtering keeps non-canonical sources out.

Comparison

Prompt: Use emet deep mode to compare Playwright and Puppeteer current browser support. Mode: deep Result shape: multi-source comparison with conflict notes if sources disagree.