Skip to main content
Glama
singlestore-labs

SingleStore MCP Server

get_organizations

Retrieve a list of organizations accessible to your account for managing queries. Use this tool to view organization details, verify permissions, and select the correct context for database interactions.

Instructions

List all available SingleStore organizations your account has access to.

After logging in, this tool must be called first to identify which organization
your queries should run against. Returns a list of organizations with:

- orgID: Unique identifier for the organization
- name: Display name of the organization

Use this tool when:
1. Starting a new session to see available organizations
2. To verify permissions across multiple organizations
3. Before switching context to a different organization

After viewing the list, list the organization list presenting the name and ID
to the user and ask them to select one.
- If only one organization is available, select it automatically
- If multiple organizations are available, prompt the user to select one by name or ID
- If no organizations are available, raise an error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxNo
Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It effectively describes the tool's role in session initialization, the authentication context ('your account has access to'), and the expected return format with specific fields (orgID, name). However, it doesn't mention potential rate limits, error conditions beyond 'no organizations', or performance characteristics.

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 clear sections: purpose statement, usage scenarios, and post-call handling instructions. While somewhat lengthy, every sentence adds value. The information is front-loaded with the core purpose first, followed by increasingly specific guidance.

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 (session initialization with user interaction guidance) and lack of annotations/output schema, the description provides substantial context about when to use it, what it returns, and how to handle results. It could be more complete by mentioning authentication requirements or error handling beyond the 'no organizations' case, but overall it's quite comprehensive for its purpose.

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

Parameters4/5

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

The tool has only one parameter (ctx) with 0% schema description coverage. The description doesn't explicitly mention parameters, but since there's only an optional context parameter that's typically injected automatically, this is reasonable. The description focuses on the tool's purpose and usage rather than parameter documentation, which is appropriate given the minimal parameter requirements.

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 tool's purpose with specific verb ('List') and resource ('all available SingleStore organizations your account has access to'). It distinguishes this tool from siblings like 'set_organization' or 'organization_info' by focusing on enumeration rather than selection or detailed information retrieval.

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

Usage Guidelines5/5

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

The description provides explicit usage guidelines with three numbered scenarios (starting a new session, verifying permissions, before switching context) and detailed post-call instructions for handling different result scenarios (single organization, multiple organizations, no organizations). This gives clear when-to-use guidance beyond basic functionality.

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