Skip to main content
Glama

reset_list_permission_inheritance

Reset permission inheritance on a SharePoint list after explicit confirmation. Use to stop or restore inherited permissions and manage unique access.

Instructions

Reset list permission inheritance after explicit confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listIdYes
confirmYes
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 mentions 'after explicit confirmation,' indicating that a confirm=true flag is required, which hints at a safety gate. However, it does not disclose the destructive nature (removing unique permissions) or other side effects, leaving the agent with incomplete behavioral expectations.

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 a single, focused sentence with no filler. It leads with the verb and covers both purpose and a key behavioral requirement. Every word earns its place.

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?

This is a destructive mutation tool with no annotations and no output schema. The description is too sparse: it does not explain what 'reset permission inheritance' entails (e.g., removal of unique permissions), potential irreversibility, required permissions, or expected response. The agent cannot fully assess the impact of invoking this tool.

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 schema provides no descriptions (0% coverage), so the tool description must compensate. It indirectly explains the confirm parameter by stating 'after explicit confirmation,' but it does not elaborate on the listId parameter or provide any additional meaning beyond the parameter names. Partial compensation at best.

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 uses the specific verb 'Reset' with the resource 'list permission inheritance', clearly stating the tool's action. The phrase 'after explicit confirmation' adds a distinguishing safety aspect that separates it from sibling permission update tools. Purpose is unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives like apply_list_permission_update or get_list_permissions. It implies a confirmation workflow but does not explicitly state conditions for use, prerequisites, or exclusions. No alternatives are named.

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/icemage001/local_sharepoint_mcp'

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