Skip to main content
Glama
singlestore-labs

SingleStore MCP Server

create_virtual_workspace

Create and configure a new virtual workspace in SingleStore, including database setup and user access credentials. Streamlines workspace creation, database initialization, and user account management in one process.

Instructions

Create a new starter (virtual) workspace in SingleStore and set up user access.

Process:
1. Creates a virtual workspace with specified name and database
2. Creates a user account for accessing the workspace
3. Returns both workspace details and access credentials

Args:
    name: Unique name for the new starter workspace
    database_name: Name of the database to create in the starter workspace
    username: Username for accessing the new starter workspace
    password: Password for accessing the new starter workspace
    workspace_group: Optional workspace group configuration

Returns:
    Dictionary with workspace and user creation details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxNo
database_nameYes
nameYes
passwordYes
usernameYes
workspace_groupYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the multi-step creation process (workspace, user account, credential return), which goes beyond a simple 'create' statement. However, it lacks details on permissions needed, error conditions, or rate limits that would be helpful for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement, numbered process steps, and organized parameter/return sections. It is appropriately sized for a complex tool, though the 'Returns' section could be more specific (e.g., what fields are included) to enhance clarity without adding bulk.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (6 parameters, mutation operation, no annotations, no output schema), the description does a good job covering purpose, process, and parameters. However, it lacks details on error handling, authentication requirements, or example return values, which would make it more complete for a creation tool in a multi-step environment.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description includes an 'Args' section that clearly explains all 6 parameters (5 required, 1 optional) with meaningful semantics beyond the schema, which has 0% description coverage. For example, it clarifies that 'name' must be unique, 'database_name' is created in the workspace, and 'workspace_group' is optional configuration. This fully compensates for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Create a new starter (virtual) workspace in SingleStore and set up user access'), identifies the resource (virtual workspace), and distinguishes from siblings like 'list_virtual_workspaces' or 'workspaces_info' by focusing on creation rather than listing or querying. The three-step process further clarifies the scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context through the process steps (e.g., when you need a new workspace with user access), but does not explicitly state when to use this tool versus alternatives like 'list_virtual_workspaces' for viewing existing ones or 'execute_sql_on_virtual_workspace' for operations on an existing workspace. No exclusions or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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/singlestore-labs/mcp-server-singlestore'

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