Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen

create_pod

Create a new pod in a collection by providing required fields including pod number, name, admin/agent/supervisor logins, password, phone numbers, status, and CRM credentials.

Instructions

Create a new pod in a collection. All required fields must be provided.

Input Schema

NameRequiredDescriptionDefault
AdminLoginYesAdmin email login (e.g., admin1@coelab.wbx.ai)
AgentLoginYesAgent email login
CRMLoginYesCRM username
CRMPasswordYesCRM password
NumberYesUnique pod number
PODYesPod name (e.g., Pod1, TestPod1)
PasswordYesPod password
SMSNumberYesSMS number (e.g., 14085386001)
StatusYesPod status (e.g., unassigned, assigned)
SupervisorLoginYesSupervisor email login
TelephoneNumberYesTelephone number (e.g., 16692845001)
TestDateNoTest date (optional)
TestStatusNoTest status (optional)
collectionYesCollection name to add the pod to

Input Schema (JSON Schema)

{ "properties": { "AdminLogin": { "description": "Admin email login (e.g., admin1@coelab.wbx.ai)", "type": "string" }, "AgentLogin": { "description": "Agent email login", "type": "string" }, "CRMLogin": { "description": "CRM username", "type": "string" }, "CRMPassword": { "description": "CRM password", "type": "string" }, "Number": { "description": "Unique pod number", "type": "number" }, "POD": { "description": "Pod name (e.g., Pod1, TestPod1)", "type": "string" }, "Password": { "description": "Pod password", "type": "string" }, "SMSNumber": { "description": "SMS number (e.g., 14085386001)", "type": "number" }, "Status": { "description": "Pod status (e.g., unassigned, assigned)", "type": "string" }, "SupervisorLogin": { "description": "Supervisor email login", "type": "string" }, "TelephoneNumber": { "description": "Telephone number (e.g., 16692845001)", "type": "number" }, "TestDate": { "description": "Test date (optional)", "type": "string" }, "TestStatus": { "description": "Test status (optional)", "type": "string" }, "collection": { "description": "Collection name to add the pod to", "type": "string" } }, "required": [ "collection", "Number", "POD", "AdminLogin", "AgentLogin", "SupervisorLogin", "Password", "TelephoneNumber", "SMSNumber", "Status", "CRMLogin", "CRMPassword" ], "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