Skip to main content
Glama
BrightbeamAI

@brightbeamai/chap-coordinator-mcp

Official

chap.workspace.set_profiles

chap.workspace.set_profiles

Replace the profiles enabled on a workspace. Avoid audit-scitt/1.0 on workspaces with existing entries, as they would remain outside the hash chain.

Instructions

Replace the set of profiles enabled on a workspace. Enabling audit-scitt/1.0 on a workspace that already has entries leaves those entries outside the hash chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profilesYesThe complete profile set to enable, replacing the current one. Adding audit-scitt/1.0 to a workspace that already has entries leaves those entries unchained and outside chain verification.
workspaceYesWorkspace identifier, e.g. 'wsp_techcorp_support'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.13

TDQS

A3.5/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 and does explain the core mutating behavior and a side-effect caveat about existing entries becoming unchained. It does not disclose return behavior, permissions, or idempotency, but enough of the main behavior is visible.

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, front-loaded with the main operation and immediately followed by the key caveat. No redundant or vague wording.

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?

The description provides the essential operation, parameter semantics, and a crucial side effect. It does not cover failure modes or expected response, but the tool is simple enough that this is adequate.

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?

Both parameters are documented in the schema, and the profiles description adds the important semantic that it is a complete replacement set, not an incremental update. The warning about audit-scitt/1.0 also clarifies a consequence of setting that profile.

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?

Clearly states a specific action (replace) on a specific resource (workspace profiles), with the scope of the operation. It does not explicitly name a sibling tool as an alternative, so it misses the highest bar.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Does not state when to use this tool versus alternatives such as workspace create or other profile-related operations. The only additional guidance is a warning about audit-scitt/1.0, not usage conditions.

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