Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

openl Deploy Project

openl_deploy_project
Idempotent

Deploy a project to production by publishing its rules to a designated deployment repository for runtime execution.

Instructions

Deploy a project to production environment. Publishes rules to a deployment repository for runtime execution. Use production repository name (not ID) - e.g., 'Production Deployment' instead of 'production-deploy'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID to deploy. Use the exact 'projectId' value from openl_list_projects() response.
deploymentNameYesName for the deployment (e.g., 'InsuranceRules', 'AutoPremium'). This will be the deployment identifier.
productionRepositoryIdYesTarget production repository name (display name, not ID). Use the 'name' field from openl_list_deploy_repositories() response (e.g., if list_deploy_repositories returns {id: 'production-deploy', name: 'Production Deployment'}, use 'Production Deployment' here, NOT 'production-deploy'). Must be configured in OpenL Studio.
commentNoDeployment reason comment (e.g., 'Deploy version 1.2.0', 'Production release')
response_formatNoResponse format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with contextmarkdown
Behavior3/5

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

Annotations already declare idempotentHint: true and openWorldHint: true. The description adds minimal behavioral context beyond that, stating the action deploys rules for runtime execution. It does not contradict annotations but also does not expand on potential side effects or additional traits.

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?

Three sentences cover purpose, behavior, and key parameter guidance without redundancy. Information is front-loaded and each sentence serves a distinct purpose. No wasted words.

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

Completeness3/5

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

With no output schema, the description does not explain the return value or response structure beyond the effect. The response_format parameter is only defined in the schema. The description provides the functional outcome but omits details on what the agent will receive, which is a gap.

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?

Schema coverage is 100%, so baseline is 3. The description adds extra value by clarifying the production repository naming convention with an example, which helps agents correctly populate the parameter. This goes beyond the schema's description.

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's function: 'Deploy a project to production environment. Publishes rules to a deployment repository for runtime execution.' This distinguishes it from sibling tools like openl_redeploy_project by focusing on initial deployment and specifying the use of production repository name.

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 provides only minor usage guidance regarding the production repository parameter (use name, not ID). It does not explicitly state when to use this tool versus alternatives like openl_redeploy_project or what prerequisites are needed. The context is clear but lacks exclusions or alternative tool mentions.

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/openl-tablets/openl-mcp'

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