Skip to content

Built-in Admin Tools

The Admin Chat assistant has access to the following built-in tools for managing the Menatic AI cluster.

Returns a summary of cluster resources and workload counts.

Parameters: None

Returns:

  • Total nodes, notebooks, MCP servers, models
  • CPU and memory allocation summary
  • GPU count

Lists all deployed Jupyter notebook instances.

Parameters: None

Returns: List of notebooks with name, status, owner, and URL.

Deploys a new JupyterLab notebook instance.

Parameters:

ParameterTypeRequiredDescription
namestringYesNotebook name (lowercase, alphanumeric, hyphens)
ownerstringNoOwner email or username

Returns: Notebook name, URL, and status.


Lists all deployed MCP server instances.

Parameters: None

Returns: List of servers with name, status, endpoint URL.

Deploys a new MCP server.

Parameters:

ParameterTypeRequiredDescription
namestringYesServer name
imagestringYesDocker image
portintegerNoContainer port (default: 8080)

Lists all registered AI models (local and remote).

Parameters: None

Returns: List of models with name, type (local/remote), and status.


User: How many notebooks are running?