Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen

get_pod_by_number

Retrieve detailed pod information by specifying its number within a collection, including login credentials, phone numbers, and current operational status.

Instructions

Get a specific pod by its number from a collection. Returns pod details including login credentials, phone numbers, and status.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name (e.g., ciscolivepods)
numberYesPod number (e.g., 1, 2, 3)

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name (e.g., ciscolivepods)", "type": "string" }, "number": { "description": "Pod number (e.g., 1, 2, 3)", "type": "number" } }, "required": [ "collection", "number" ], "type": "object" }

Other Tools from Cisco MCP Pods Server

Related Tools

    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/ruegreen/CiscoMCPPods'

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