Skip to main content
Glama

glm_5_manage_policy_profile

Manage policy profiles to enforce controls on writes, commands, network access, and privacy settings. Use get, list, or upsert to inspect or update policies.

Instructions

Inspect or upsert auditable policy profiles that control writes, commands, network access, and privacy posture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
profileIdNo
allowWritesNo
deniedPathsNo
descriptionNo
privacyModeNo
allowNetworkNo
allowCommandsNo
allowedDomainsNo
maximumAgentRunsNo
allowFileDeletionNo
maximumPatchCharsNo
maximumChangedFilesNo
allowDependencyChangesNo
requireApprovalForWritesNo
requireApprovalForCommandsNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It labels profiles as 'auditable' but does not mention permission requirements, idempotency of upsert, potential destructive behavior (e.g., deleting policies), side effects, or error conditions. The single sentence is insufficient for a tool controlling critical security settings.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise and front-loads the action and resource. However, for a tool with 16 parameters and 3 actions, the brevity comes at the cost of completeness. It could be restructured with bullet points or expanded slightly.

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

Completeness1/5

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

Given the high complexity (16 parameters, no schema descriptions, no output schema, no annotations), the description is severely underdeveloped. It provides only a high-level purpose and fails to explain parameter usage, action semantics, defaults, or response behavior. The tool is not usable without additional documentation.

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 0%, so the description must compensate. It groups parameters into control areas (writes, commands, network, privacy), which loosely maps to some parameters (e.g., allowWrites, allowCommands), but many parameters (allowFileDeletion, maximumAgentRuns, requireApprovalForWrites, etc.) are not mentioned. No parameter-level details are provided.

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 specifies the resource (auditable policy profiles) and actions (inspect/upsert), and outlines the controlled areas (writes, commands, network access, privacy). It distinguishes from sibling tools which focus on other aspects like patches or approvals, though it could more precisely align 'inspect' with the schema actions 'get' and 'list'.

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?

No guidance on when to use this tool versus alternatives, nor any exclusions. The description does not explain when to choose 'get', 'list', or 'upsert', nor does it mention prerequisites or ideal scenarios.

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/magnexis/LLM-bridge-mcp-server'

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