Skip to main content
Glama

list_deployments

Retrieve Vercel deployment history with filters for project, target, state, or time window. Get deployment IDs and track deploy statuses.

Instructions

List deployments, most recent first. Filter by project, target (production/preview), state, or time window. Use this to see deploy history and find a deployment id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoFilter by project id or name.
targetNoFilter by deploy target.
stateNoComma-separated states: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED.
appNoFilter by deployment app name.
sinceNoOnly deployments created after this timestamp (ms).
untilNoOnly deployments created before this timestamp (ms).
limitNoMaximum number of items to return.
teamIdNoTeam ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted.
slugNoTeam slug to scope the request (alternative to teamId).
Behavior2/5

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

With no annotations, the description carries full burden. It discloses ordering ('most recent first') and basic filters, but omits crucial behavioral traits: pagination behavior (default limit, result count), authentication/team scoping, error handling, empty result behavior, or rate limits. A listing tool with 9 parameters needs richer disclosure.

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?

Two sentences, no redundancy, front-loaded with the core action. Every sentence serves a purpose: first states the primary function and ordering, second lists main filters and use case. Excellent conciseness.

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

Completeness2/5

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

For a tool with 9 optional parameters and no output schema or annotations, the description is too sparse. It does not explain return structure, pagination controls (beyond 'limit'), default behavior, team scoping nuances (teamId vs slug), or error conditions. A more complete description would address these for effective autonomous invocation.

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

Parameters3/5

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

Schema has 100% coverage with inline descriptions for all 9 parameters. The description's mention of filters ('project, target, state, or time window') adds minimal extra value—it paraphrases but does not clarify data types, formats, or interactions. Baseline 3 is appropriate; the description does not significantly aid parameter understanding beyond the schema.

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 lists deployments in descending chronological order, specifies key filters (project, target, state, time window), and explicitly states its use case: 'see deploy history and find a deployment id.' This distinguishes it from siblings like get_deployment (single) or cancel_deployment (mutation).

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?

It provides explicit use context: 'Use this to see deploy history and find a deployment id.' This implies it is appropriate for enumeration, not for modifying or retrieving a single deployment. While it lacks explicit contraindications, the positive guidance is clear enough.

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/helbertparanhos/vercel-mcp-pro'

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