Skip to main content
Glama
shaumikp26

orgintel

by shaumikp26

propose_decomposition

Propose a permission set decomposition by clustering profiles into shared bases and deviations, verified to preserve all user permissions, providing raw material for naming and justification.

Instructions

Propose a thin-base-profile + permission-set decomposition. The STRUCTURE is computed deterministically (cluster the profiles, derive each cluster's shared base and each profile's deviation) and is run through verify_decomposition before it is returned — if it doesn't preserve every user's effective permissions, you get the failure, not the proposal. Names and rationale are deliberately NOT provided: the tool returns placeholder keys plus each base's member profile names and shared grants as raw material for YOU to name in the customer's vocabulary and justify.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thresholdNo
snapshot_idYes
target_base_countNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the proposal is run through verify_decomposition before returning and that names/rationale are deliberately omitted. This adds useful behavioral context beyond the schema.

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 paragraph of 4 sentences, front-loaded with the main purpose. It is concise and avoids redundancy, though a structured format (e.g., bullet points) could improve readability.

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?

Given the presence of an output schema, the description does not need to detail return values. It mentions placeholder keys and raw materials but lacks parameter semantics. The description is adequate for a proposal tool but has gaps.

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 coverage is 0%, meaning the description does not explain any of the 3 parameters (snapshot_id, threshold, target_base_count). The description focuses on the overall function but leaves the meaning and usage of parameters entirely to the schema, which is inadequate.

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 it proposes a 'thin-base-profile + permission-set decomposition', specifying the verb 'Propose' and the resource. It distinguishes from siblings like verify_decomposition and list_profiles by describing its deterministic computation and integration with verification.

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 generating a decomposition proposal, but does not explicitly state when to use this tool versus alternatives like verify_decomposition or list_profiles. No when-not or exclusion criteria are provided.

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/shaumikp26/MCPSalesforce'

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