Skip to main content
Glama

MCP Domotica Backend

by CrisDeCrisis

agregar_habitacion

Add a new room to your smart home system by specifying room type (living room, kitchen, bathroom, bedroom, dining room). The system automatically numbers duplicate room names and maintains a maximum of 6 rooms.

Instructions

Crea una nueva habitación en el sistema.

Args: room_type: tipo de habitación (comedor, cocina, baño, living, dormitorio)

Returns: Confirmación de creación con el nombre generado de la habitación.

Restricciones: - Máximo 6 habitaciones en el sistema - Solo tipos permitidos: comedor, cocina, baño, living, dormitorio - El sistema numera automáticamente (ej: si ya existe "dormitorio", crea "dormitorio 2")

Input Schema

NameRequiredDescriptionDefault
room_typeYes

Input Schema (JSON Schema)

{ "properties": { "room_type": { "title": "Room Type", "type": "string" } }, "required": [ "room_type" ], "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/CrisDeCrisis/mcp-domotica-backend'

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