Skip to main content
Glama
jshsakura

mfa-servicenow-mcp

by jshsakura

download_portal_sources

Downloads ServiceNow portal widget sources, including client/server scripts, templates, CSS, and linked providers. Specify widget IDs to target specific widgets or export all widgets in a scope.

Instructions

Targeted portal widgets/providers. Whole app: download_app_sources. widget_ids=one widget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoScope namespace (x_app) or app name; auto-resolved to the namespace.
page_sizeNo
output_dirNoOmit — default path is canonical and reused. Set only for one-off export.
widget_idsNoOptional list of widget sys_id/id/name. If empty, exports all widgets in scope.
incrementalNoRe-download only records changed since last sync. Full-scope only.
max_widgetsNo
include_widget_cssNo
reconcile_deletionsNoWarn about local records deleted on the instance. No auto-delete.
include_widget_templateNo
include_widget_link_scriptNo
include_widget_client_scriptNo
include_widget_server_scriptNo
include_linked_script_includesNo
include_linked_angular_providersNo
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 of behavioral disclosure. The description is very minimal, only hinting at targeted download behavior. It does not disclose whether downloads are destructive, authentication needs, rate limits, or any other behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise with two short sentences. The first sentence is vague, and the second provides a contrast with a sibling and a parameter hint. While brevity is good, it sacrifices clarity and completeness. The structure is front-loaded but not efficient in conveying key information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of 14 parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain default behaviors, the effect of boolean flags, what the output looks like, or any usage context. The tool is not adequately described for an AI agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 36%, meaning most parameters lack schema descriptions. The tool description adds minimal value by hinting that widget_ids specifies a single widget. For other parameters like scope, output_dir, incremental, reconcile_deletions, the schema already has descriptions, but the tool description does not add further meaning. The remaining 9 parameters with no schema descriptions receive no help from the tool description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Targeted portal widgets/providers' which, combined with the name, implies downloading specific widgets. It distinguishes from 'download_app_sources' for whole app downloads. However, the verb 'download' is not explicitly stated in the description, relying on the name.

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 mentions when to use this tool (targeted) versus download_app_sources (whole app), providing one key distinction. However, it does not provide any other usage guidance, such as prerequisites, when not to use it, or how to choose among the many sibling tools.

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