Skip to main content
Glama
dbos-inc

DBOS MCP Server

Official
by dbos-inc

list_applications

Retrieve a list of all applications registered with DBOS Conductor, including their status, language, and timeout configurations.

Instructions

List all applications registered with DBOS Conductor.

Returns: applications: Array of application objects, each containing: - application_id (string): Unique identifier - application_name (string): Name of the application - org_id (string): Organization ID - status (string): "AVAILABLE" or "UNAVAILABLE" - language (string, optional): Programming language of the application - gc_time_threshold_ms (int, optional): Garbage collection time threshold in milliseconds - gc_rows_threshold (int, optional): Garbage collection rows threshold (default 1000000) - global_timeout_ms (int, optional): Global workflow timeout in milliseconds - executor_timeout_secs (int): Seconds a disconnected executor can remain before being marked dead and having its workflows recovered (default 60) - private_mode (bool): If true, Conductor never loads application data such as workflow inputs/outputs or schedule contexts - dbos_cloud (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

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return structure in detail, and 'List' implies read-only, but it does not explicitly state whether the operation has side effects, requires authentication, or has pagination limits. The return field list largely duplicates the output schema.

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 front-loaded with a clear purpose, followed by a structured bullet list of return fields. While the bullet list is somewhat long, it is well-organized and useful for quick reference. It is not overly verbose.

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 simple list tool with no parameters and an output schema, the description covers the essential purpose and return shape. It lacks usage guidance, but that is already addressed under the usage dimension. Given the tool's simplicity, it is largely complete.

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 zero parameters, so there is nothing to explain. Per the rubric, 0 params yields a baseline of 4. The schema coverage is 100%, and the description adds no param details since none exist.

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 'List all applications registered with DBOS Conductor' with a specific verb and resource. It distinguishes this tool from sibling tools that list workflows, schedules, executors, or application versions.

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 the tool is used to retrieve all applications, but it does not explicitly state when to use it versus alternatives like list_application_versions. No exclusions or alternative tool references are provided.

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

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