Skip to main content
Glama
mikhalchankasm

navisworks-viewpoints-mcp

dedupe_viewpoints

Remove duplicate viewpoints from a Navisworks XML file by name (within a folder) or globally by GUID, returning removed viewpoints and optionally backing up the original.

Instructions

Удалить дубли точек обзора в файле (оставляя первый). Мастер не нужен.

by="name" — дубли по имени в пределах одной папки; by="guid" — дубли по GUID глобально по всему файлу. Возвращает список удалённых; счётчики (N) пересчитываются. backup — сделать xml.bak.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xmlYes
byNoname
backupNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses destructive behavior (removes duplicates), backup option, recalculated counters, and that no master file is needed. Does not discuss error handling or auth, but covers key behavioral traits adequately.

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?

Five lines, each serving a purpose: core action, parameter details, return value, backup behavior. No filler; front-loaded with main verb. Efficient and to the point.

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 tool with 3 parameters, no output schema, and no annotations, the description gives good coverage: parameters explained, return type (list of removed), side effects (counter recalc, backup). Could mention error cases or file format, but sufficient.

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?

Schema has 0% description coverage; description explains the 'by' parameter with two options and their scopes, and the 'backup' parameter. The 'xml' parameter is left implicit but understandable. Adds meaningful detail beyond the minimal schema.

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?

Description clearly states the verb (dedupe) and resource (viewpoints in a file), with specific modes (by name or by guid). It distinguishes from sibling tools like merge_viewpoints or sort_viewpoints by focusing solely on removal of duplicates.

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?

Provides internal usage guidance for by and backup parameters, but lacks explicit when-to-use vs alternative tools. Does not mention prerequisites or exclusions, though the context of removing duplicates is clear.

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/mikhalchankasm/navisworks-viewpoints-mcp'

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