Skip to main content
Glama
taherkaraki

tie-mcp-server

by taherkaraki

update_deviances_by_ad_object

Update deviance records for a specific Active Directory object and checker, setting an ignore-until date to suppress alerts.

Instructions

Update the deviances emitted on a specific AD object and for a specific checker. Note: profileId selects a configuration profile (a lens, not a container). If the user has not specified a profile, call get_preferred_profile (or get_preferences) and use preferredProfileId — do not assume profile 1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesValidates the PATCH /profiles/:profileId/checkers/:checkerId/ad-objects/:adObjectId/deviances request payload
dateEndNoThe date until which the deviances should have been emitted
checkerIdYesPath parameter: checkerId
dateStartNoThe date starting from which the deviances should have been emitted
profileIdYesPath parameter: profileId
reasonIdsNoReasons for which the deviances should have been emitted
adObjectIdYesPath parameter: adObjectId
Behavior2/5

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

No annotations are provided, so the description carries the full burden. While it indicates a mutation (update), it does not disclose other behavioral traits such as authorization requirements, idempotency, or error conditions.

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?

Two sentences: first states the core action, second adds a critical usage note. No redundant or extraneous information.

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?

Completeness is moderate: explains purpose and the key profileId nuance, but does not elaborate on the meaning or interplay of the date filters and reasonIds parameters. No output schema exists, and the description does not hint at return values.

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?

Schema coverage is 100% with descriptions for all parameters. The description adds context for profileId (selects a lens, not a container) beyond the schema, but provides no additional meaning for other parameters like dateStart, dateEnd, or reasonIds.

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 (update), resource (deviances), and scope (specific AD object and checker). This distinguishes it from siblings like update_deviance (singular) and update_deviances_by_checker.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on profileId: it selects a lens, not a container. Instructs the agent to call get_preferred_profile or get_preferences if the user hasn't specified a profile, explicitly advising not to assume profile 1.

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/taherkaraki/tie-mcp-server'

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