Skip to main content
Glama
dbos-inc

DBOS MCP Server

Official
by dbos-inc

list_application_versions

Fetch every version recorded for an application from DBOS Conductor, including version IDs, timestamps, and creation times, to review deployment history.

Instructions

List all versions of an application from DBOS Conductor.

Each time an application connects with a new version string, a new version is recorded. Use set_latest_application_version to control which version is considered current.

Args: application_name (string, required): Name of the DBOS application

Returns: versions: Array of version objects, each containing: - versionId (string): Unique identifier for this version - versionName (string): The version string - versionTimestamp (string): Version timestamp (ISO 8601) - createdAt (string): When this version was first seen (ISO 8601) count (int): Number of versions returned application (string): Name of the application queried

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It explains the version-recording behavior, the read-only nature implied by 'List all versions,' and the exact return shape. It does not cover pagination, ordering, or error behavior, but those are minor for this simple list operation.

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

Conciseness5/5

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

The purpose is front-loaded in the first sentence, followed by a compact Args/Returns structure with no redundant information. Every line adds value.

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

Completeness5/5

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

For a one-parameter, no-nested-objects list operation with an output schema, the description is complete. It provides the application name semantics, the version-creation rule, and detailed return fields, so an agent has everything needed to call and interpret the tool correctly.

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?

Schema description coverage is 0%, so the description must fully define the parameter. It does: 'application_name (string, required): Name of the DBOS application.' This adds precise meaning beyond the schema's bare property title.

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 uses a specific verb and resource: 'List all versions of an application from DBOS Conductor.' It clearly identifies the tool's output and distinguishes itself from related version-control behavior by referencing set_latest_application_version.

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

Usage Guidelines4/5

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

The description explains when versions are recorded and points to a sibling tool, set_latest_application_version, for controlling the current version. It provides useful context but does not explicitly contrast this tool with other listing tools such as list_applications.

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