Skip to main content
Glama
jshsakura

mfa-servicenow-mcp

by jshsakura

diff_local_component

Compare local files or directories against remote ServiceNow versions or a second local root. Optionally return only status and changed line counts.

Instructions

Diff local edits vs remote, or vs a 2nd root (compare_to); verdict=True for status-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesLocal file, widget dir, or download root (file→diff, root→summary).
verdictNoStatus-only: verdict + changed-line counts, no diff bodies; dirs scan all.
compare_toNo2nd download root to diff against instead of remote (dev-vs-test, no network).
context_linesNoNumber of context lines in unified diff output (default 3)
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions 'verdict=True for status-only' and implies different behavior for files vs roots (from schema). It does not disclose permissions, rate limits, or whether it's read-only, but the core behavioral distinction is present.

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 concise sentence covering the main functionality. It is front-loaded and efficient, though could benefit from slightly more structure.

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?

With four parameters and no output schema, the description is too brief. It does not explain return values or the impact of context_lines. The behavior for verdict=false (full diff) is only implied. The description misses key details needed for complete understanding.

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 description coverage is 100%, so baseline 3 applies. The description adds minimal value beyond repeating schema information ('verdict=True for status-only'). No new semantics for parameters beyond what schema provides.

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 tool compares local edits vs remote or another root, with verb 'diff' and specific resources. It distinguishes from siblings by focusing on diffing a local component.

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 comparing local edits to remote or a second root, but does not explicitly state when not to use it or provide alternatives among siblings. No exclusion criteria are given.

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/jshsakura/mfa-servicenow-mcp'

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