OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/skills --skill nemo-retriever-mcp
Use when a task needs to search or add documents through NeMo Retriever MCP.
npx skills add nvidia/skills --skill nemo-retriever-mcp
Use the NeMo Retriever MCP tools exposed under retriever instead
of the retriever CLI.
The server exposes MCP tools, not MCP resources. Do not call
list_mcp_resources to discover documents or decide whether Retriever is
available; an empty MCP resource list is expected.
query to search documents already available to Retriever.ingest_documents only when required documents are not yet searchable
and server-readable paths are explicitly available. Do not assume that paths
visible to the agent are also readable by the Retriever server.query to retrieve evidence from the added
documents.top_k=5 and format="hits". Request more only when the first
successful response does not contain enough evidence to answer the task.document_id, source_id,
or pdf_basename, along with page numbers, when the task requests citations
or structured output.query fails, inspect the error and retry with corrected parameters or a
shorter equivalent query. If it still fails, report the error before using
another retrieval method.