Skip to main content
Glama

get_deployment

Retrieve complete deployment details including state, build, meta, and aliases using its ID or URL.

Instructions

Get full details of one deployment by id or URL (state, build, meta, aliases).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idOrUrlYesDeployment id (dpl_...) or its URL.
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?

No annotations are provided, so the description must carry the full burden. It mentions read behavior (get) but does not disclose rate limits, authentication requirements, error handling (e.g., 404 if not found), or whether it is idempotent/read-only. The description is too brief to meet transparency needs.

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 description is a single sentence that efficiently conveys purpose and output details. It is front-loaded and contains no redundant information, earning maximum conciseness.

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 retrieval tool with three parameters and no output schema, the description is mostly complete. It lists key returned fields, though it could mention that additional fields are not shown or that the response structure is consistent with other endpoints. Minor gap given the tool's simplicity.

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?

The input schema already covers all parameters with clear descriptions (e.g., idOrUrl format, teamId fallback). With 100% schema coverage, the description adds no additional semantic value, meeting baseline expectations.

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 action (Get), resource (deployment), and scope (full details, one deployment). It specifies the input by id or URL and lists included fields (state, build, meta, aliases), distinguishing it from sibling tools like list_deployments or get_deployment_events.

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 indicates usage for retrieving a single deployment via id or URL. It implicitly distinguishes from list (multiple) and events, but lacks explicit when-not to use or alternatives. The context of teamId and slug is clear from schema but not reinforced in description.

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