Skip to main content
Glama

Novita MCP Server

Official
by novitalabs

list-network-storage

Retrieve and organize details of network storage instances, including IDs and names, using pagination to manage large datasets on the Novita MCP Server.

Input Schema

NameRequiredDescriptionDefault
pageNoNoPage number
pageSizeNoPage size
storageIdNoID for the network storage
storageNameNoName for the network storage

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageNo": { "default": 1, "description": "Page number", "minimum": 0, "type": "number" }, "pageSize": { "default": 10, "description": "Page size", "minimum": 0, "type": "number" }, "storageId": { "description": "ID for the network storage", "type": "string" }, "storageName": { "description": "Name for the network storage", "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