Skip to main content
Glama

Pack an unpacked solution folder

cs_pack_solution

Zip an unpacked solution folder after local edits, producing a deployable package for Copilot Studio.

Instructions

pac solution pack: zip an unpacked source folder (after local edits) so it can be deployed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipYes
folderYes
packagetypeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.5

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions packaging for deployment, but does not disclose side effects (e.g., whether the zip file is overwritten, whether the source folder is modified), permission requirements, packagetype implications/defaults, or what the tool returns. This is too thin for a write/creation 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 description is a single compact sentence with no filler. It front-loads the action, adds the key timing condition ('after local edits'), and gives the deployment purpose, so every clause earns its place.

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?

Given no annotations, no output schema, and zero parameter descriptions, this one-sentence description is not enough. It omits packagetype behavior, default choices, prerequisites, relationship to sibling tools, and any indication of what the agent should expect after invocation. For a 3-parameter tool, this is a meaningful gap.

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 description coverage is 0%, so the description must compensate. It adds meaning for 'folder' (an unpacked source folder) and 'zip' (the packaging output), but leaves 'packagetype' unexplained. The enum values are self-explanatory, but their behavioral impact and default behavior are unclear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('zip') and the resource ('an unpacked source folder'), and gives the purpose ('so it can be deployed'). It is specific and actionable, though it does not explicitly differentiate itself from sibling tools like cs_pack or cs_import_solution.

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 phrase 'after local edits' gives useful contextual timing, implying this should be used before deployment. However, it provides no explicit alternatives, when-not-to-use guidance, or relationship to related tools such as cs_pull, cs_check_solution, or cs_deploy_solution.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools