Skip to main content
Glama

Novita MCP Server

Official
by novitalabs

list-products

Retrieve product details from a specific cluster on Novita MCP Server. Use cluster ID to fetch products, optionally filter by product name for targeted results.

Input Schema

NameRequiredDescriptionDefault
clusterIdNoID of the cluster to list products from. You can use the `list-clusters` tool to get the cluster ID.
productNameNoName of the product to filter by.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clusterId": { "description": "ID of the cluster to list products from. You can use the `list-clusters` tool to get the cluster ID.", "type": "string" }, "productName": { "description": "Name of the product to filter by.", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/novitalabs/novita-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server