Skip to main content
Glama
nelladath

EndpointRead-MCP

by nelladath

manage_app_config_mam

Manage app configuration and MAM protection policies with CRUD operations: list, get, create, update, and delete. Works for iOS and Android platforms.

Instructions

Manage app configuration policies and MAM (app protection) policies.

action values: list_config_policies — List all managed app config policies (targeted) get_config_policy — Get a specific app config policy (policy_id) create_config_policy — Create an app config policy (body) update_config_policy — Update an app config policy (policy_id, body) delete_config_policy — Delete an app config policy (policy_id, confirm=True) list_protection_policies — List MAM/app protection policies create_protection_policy — Create an app protection policy (platform: ios|android, body) update_protection_policy — Update an app protection policy (policy_id, platform, body) delete_protection_policy — Delete an app protection policy (policy_id, platform, confirm=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
bodyNo
actionYes
confirmNo
platformNoios
policy_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does reveal that delete operations require confirm=True and specifies platform constraints (ios|android) for protection policies. However, it does not mention permissions, reversibility, side effects, or auth requirements, so transparency is only partial.

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 well-structured list with a one-sentence summary followed by action entries. Each line is terse and informative, containing the action name, its purpose, and relevant parameters. There is no filler or redundant content.

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?

For a multi-action tool with 10 operations, the action catalog covers the core invocation semantics and parameter associations. The output schema exists, so return values are not the description's responsibility. However, it lacks usage context and body payload requirements, leaving some gaps for a complex tool.

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?

The input schema has 0% description coverage, so the description must compensate. It maps each action to the relevant parameters (e.g., get_config_policy uses policy_id, delete actions use confirm=True) and specifies valid platform values. However, the 'body' parameter remains generic with no structural details, so it adds significant but not complete semantic value.

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 identifies the resource as 'app configuration policies and MAM (app protection) policies' and then enumerates all specific actions with their verbs (list, get, create, update, delete). This differentiates it from sibling tools by covering a distinct policy domain. The action list provides an unambiguous scope of operations.

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?

There is no explicit guidance on when to use this tool versus sibling tools like manage_intune_apps or manage_compliance_policies. The action list implies usage for app config/MAM tasks, but the description does not state exclusions, alternatives, or typical scenarios. This leaves the agent to infer appropriate use.

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/nelladath/EndpointRead-MCP'

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