Skip to main content
Glama

Pack workspace into a solution zip

cs_pack

Package a Copilot Studio agent workspace into a Dataverse solution .zip locally, without sign-in, while validating workspace structure. Output must be outside workspace.

Instructions

pac copilot pack: local-only packaging of the workspace into a Dataverse solution .zip (no sign-in). Also a cheap structural check of the workspace. outputPath must be outside the workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNoPath to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory.
outputPathNo
solutionNameNo
publisherPrefixYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.5

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does disclose local-only behavior, no sign-in, and the outputPath constraint, but omits details such as error behavior, whether an existing output file is overwritten, or what successful output looks like.

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 two concise sentences, front-loading the main action and then adding the critical outputPath constraint and secondary use. No filler or redundant restatement of the title.

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 no annotations, no output schema, and weak schema documentation, the description is too thin. It covers high-level behavior and one parameter constraint, but leaves the required publisherPrefix and solutionName semantics unexplained and does not describe expected results or failure modes.

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

Parameters2/5

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

Schema description coverage is only 25%, and the description adds value for outputPath by requiring it to be outside the workspace. However, it does not explain the required publisherPrefix or solutionName parameters, so the agent still lacks enough meaning for most parameters.

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 states a specific verb and resource: locally packing the workspace into a Dataverse solution .zip, and explicitly notes 'no sign-in'. This is clear, though it does not explicitly distinguish itself from the similarly named sibling cs_pack_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 description implies usage for local-only, offline packaging and mentions that it doubles as a cheap structural check. However, it does not state when to prefer this over alternatives like cs_pack_solution or cs_check_solution, nor does it give exclusion criteria.

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