Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_NVIDIA_DOMAINSNoComma-separated list of custom NVIDIA domains to search (overrides defaults). Only nvidia.com domains and subdomains are allowed.
MCP_NVIDIA_LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL).INFO

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_nvidiaA

Search across multiple NVIDIA domains including developer resources, documentation, blogs, news, forums, research papers, NGC catalog, Omniverse docs, GitHub Pages, and more. This tool helps find relevant information about NVIDIA technologies, products, and services. Results include citations with URLs for reference and are categorized by domain type (documentation, blog, news, developer, build, research, catalog, forum, downloads, resources).

discover_nvidia_contentA

Discover specific types of NVIDIA content such as videos, courses, tutorials, webinars, or blog posts. This tool helps find educational and learning resources from NVIDIA's various platforms. Returns ranked results with relevance scores and direct links to the content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
TypeScript SDK: search_nvidia.tsTypeScript SDK file: search_nvidia.ts
TypeScript SDK: discover_nvidia_content.tsTypeScript SDK file: discover_nvidia_content.ts
TypeScript SDK: index.tsTypeScript SDK file: index.ts
TypeScript SDK: README.mdTypeScript SDK file: README.md
Python SDK: search_nvidia.pyPython SDK file: search_nvidia.py
Python SDK: discover_nvidia_content.pyPython SDK file: discover_nvidia_content.py
Python SDK: __init__.pyPython SDK file: __init__.py
Python SDK: README.mdPython SDK file: README.md

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

Both tools have clearly distinct purposes: one focuses on discovering educational content (videos, courses, etc.) while the other is a broader search across all NVIDIA domains. There is no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (discover_nvidia_content and search_nvidia), using underscores and placing the verb first. The naming style is uniform and predictable.

Tool Count2/5

With only 2 tools for a vast domain like NVIDIA resources, the surface is too limited. While search and discovery are covered, many common operations (e.g., retrieving specific content, filtering by type) are absent, making the count feel insufficient.

Completeness2/5

The tool set covers only search and discovery, missing essential operations like detailed retrieval, filtering, or CRUD actions. For a server that claims to cover 'multiple NVIDIA domains,' the lack of more specific tools leaves significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues