Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen

update_pod

Modify pod configurations including status, credentials, and test information in Cisco API Gateway pod collections to maintain current operational settings.

Instructions

Update an existing pod in a collection. Can update status, credentials, test information, etc.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
numberYesPod number to update
updatesYesFields to update

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "number": { "description": "Pod number to update", "type": "number" }, "updates": { "description": "Fields to update", "properties": { "CRMPassword": { "type": "string" }, "Password": { "type": "string" }, "Status": { "type": "string" }, "TestDate": { "type": "string" }, "TestStatus": { "type": "string" } }, "type": "object" } }, "required": [ "collection", "number", "updates" ], "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