Skip to main content
Glama
dbos-inc

DBOS MCP Server

Official
by dbos-inc

list_applications

Lists applications registered with DBOS Conductor, including status and configuration details, so you can monitor availability and troubleshoot workflow management.

Instructions

List all applications registered with DBOS Conductor.

Returns: applications: Array of application objects, each containing: - id (string): Unique identifier - name (string): Name of the application - orgId (string): Organization ID - status (string): "AVAILABLE" or "UNAVAILABLE" - language (string, optional): Programming language of the application - gcTimeThresholdMs (int, optional): Garbage collection time threshold in milliseconds - gcRowsThreshold (int, optional): Garbage collection rows threshold (default 1000000) - globalTimeoutMs (int, optional): Global workflow timeout in milliseconds - executorTimeoutSecs (int): Seconds a disconnected executor can remain before being marked dead and having its workflows recovered (default 60) - privateMode (bool): If true, Conductor never loads application data such as workflow inputs/outputs or schedule contexts - dbosCloud (bool): Whether the application was provisioned by DBOS Cloud count: Number of applications returned

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It does state the output shape in detail (applications array and count) and implies a read-only, unfiltered operation. However, it does not mention authentication, pagination/limits, or ordering, and it never explicitly states that the operation has no side effects.

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

Conciseness3/5

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

The intent line is concise and front-loaded. The long Returns block is well-structured but largely duplicates the available output schema, so many lines do not earn their place in the description. It would be stronger if it cut to the scope statement and only noted non-obvious output details.

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?

For a zero-parameter read-only list with an output schema, the description covers the essential scope and return container. It lacks usage guidance and behavior caveats like pagination, but those are less critical given the tool's simplicity. Overall it provides enough context for an agent to invoke it correctly.

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 input schema is empty and schema coverage is 100%, so there are no parameter semantics to document. The baseline for zero-parameter tools is 4, and the description adds nothing misleading. No extra parameter information is needed.

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

Purpose4/5

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

The description opens with a specific verb and resource: 'List all applications registered with DBOS Conductor.' It clearly identifies the operation and scope. It does not explicitly distinguish this from siblings such as list_application_versions, so it lacks direct sibling differentiation.

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

Usage Guidelines2/5

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

No guidance is provided about when to choose this tool over siblings such as list_application_versions, list_workflows, or list_executors. The description only says what it does, not the context or exclusions. An agent must infer usage from the name and sibling list.

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

Other 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/dbos-inc/dbos-mcp'

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