Skip to main content
Glama

marrow_create_policy_profile

Create or update governance policy profiles to define rules for agent actions, using passive, pilot, or enforce modes to control enforcement.

Instructions

Create or update an explicit governance policy profile. Mutating call; requires a key with full scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProfile name, e.g. default-business or production-agents.
rulesNoRules with match fields and mode passive/pilot/enforce.
descriptionNoOptional profile description.
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It explicitly labels itself as a 'Mutating call' and states the auth requirement ('requires a key with full scope'). However, it does not describe update semantics (e.g., whether existing rules are overwritten or merged) or any side effects on related governance data.

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 concise, consisting of two short sentences. The main action is front-loaded ('Create or update an explicit governance policy profile'), and the mutation/auth warning is a necessary and concise addition. No unnecessary words or redundancy.

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?

For a mutation tool with no annotations, the description covers purpose, mutation, and auth requirements. However, it omits update behavior (create vs. update distinction) and potential side effects. Given the moderate complexity and 100% schema coverage, the description is adequate but leaves gaps.

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 provides descriptions for all 3 parameters (name, rules, description), so the description adds little on parameter semantics. With schema coverage at 100%, the baseline of 3 applies; the description does not introduce additional context beyond what the schema already offers.

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: 'Create or update an explicit governance policy profile.' It uses a specific verb+resource combination and distinguishes it from sibling tools like marrow_policy_profiles (which likely lists profiles) and marrow_assign_project_policy_profile (which assigns profiles to projects). The term 'explicit' adds specificity.

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 minimal usage context: 'Mutating call; requires a key with full scope.' It implies this tool is for creating/updating policy profiles but does not mention when to prefer this over alternatives like marrow_policy_resolve or marrow_assign_project_policy_profile. No explicit exclusions or alternative conditions are given.

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/getmarrow/marrow-mcp'

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