Skip to main content
Glama
jshsakura

mfa-servicenow-mcp

by jshsakura

manage_script_include

Manage ServiceNow script includes: list, get, create, update, delete, or execute using action and filter parameters.

Instructions

List/get/create/update/delete/execute a script include (table: sys_script_include). (confirm='approve')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
actionYes
activeNo
offsetNo
confirmYes
count_onlyNo
client_callableNoFilter by client_callable
script_include_idNosys_id or name
Behavior2/5

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

No annotations are present. The description does not disclose behavioral traits such as side effects, authentication needs, or what 'execute' would entail. The mismatch between described actions and schema further reduces transparency.

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 (one short sentence), but it sacrifices accuracy and completeness. It is not well-structured to convey 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 lack of output schema, no annotations, and high parameter count with low schema coverage, the description is severely incomplete. The agent lacks essential context to invoke this tool 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 22%, and the description adds no information about parameters beyond what the schema provides. For a tool with 9 parameters, this is insufficient.

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

Purpose2/5

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

The description claims the tool can 'list/get/create/update/delete/execute' a script include, but the input schema only supports 'list' and 'get' actions. This is misleading and significantly impairs purpose clarity.

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?

No guidance is provided on when to use this tool versus its many siblings (e.g., manage_workflow, manage_flow_designer). The description gives no context about appropriate usage or alternatives.

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