Skip to main content
Glama
modesty

Fluent MCP Server

by modesty

cicd_fluent_app

Destructive

Executes ServiceNow app-repo CI/CD operations (install, publish, rollback) via the sn_cicd API, identifying applications by scope or sys_id and requiring a version for rollback.

Instructions

Run a ServiceNow app-repo CI/CD operation via the sn_cicd API (SDK v4.10.0+): install, publish, or rollback an application on an instance. CHANGES INSTANCE STATE. Identify the app with either scope or appSysId; inside a Fluent project both appSysId and appVersion default from now.config.json/package.json, and outside one both must be passed explicitly. appVersion is always required for rollback. Requires instance authentication (auto-injected from session, or pass auth explicitly).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authNoCredential alias to use for authentication with instance (auto-injected from session if not provided)
waitNoWait for the operation to complete, polling progress (CLI default true). Set false to return immediately after dispatch with the progress id.
debugNoPrint debug output
scopeNoScope name of the application (e.g. x_myco_app). Mutually exclusive with appSysId; prefer appSysId when known.
actionYesApp-repo operation to run: "install", "publish", or "rollback".
outputNoOutput format: "json" or "raw". Defaults to "json" (machine-readable envelope).
selectNoDot/bracket path to extract from the output (e.g. "result.links.progress.id" or "result.records[0].sys_id"). Implies machine-readable output.
appSysIdNosys_id of the application (sys_app). Mutually exclusive with scope. Defaults to the scopeId in now.config.json when run inside a Fluent project.
devNotesNoDeveloper notes to record for this published version. Only valid with action="publish".
appVersionNoApplication version. For install/publish, defaults to the version in package.json inside a Fluent project — REQUIRED when no Fluent project directory is available. REQUIRED for rollback — the version expected after the rollback completes.
pollTimeoutNoMilliseconds to poll for completion before giving up. CLI default 900000 (15 minutes). Values above ~15 minutes also require raising FLUENT_MCP_COMMAND_TIMEOUT_MS.
baseAppVersionNoVersion of the base application to install alongside this application. Only valid with action="install".
workingDirectoryNoAbsolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR.
autoUpgradeBaseAppNoAutomatically upgrade the base application if required. Only valid with action="install".
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

The description explicitly warns 'CHANGES INSTANCE STATE', which aligns with and reinforces the destructiveHint=true annotation. It also adds behavioral context beyond the schema by noting authentication requirements and that these are instance-mutating operations via sn_cicd. It does not detail side effects or irreversibility, but given the annotations, this is adequate.

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?

The description is four sentences and front-loads the core purpose and state-change warning. It packs essential contextual rules—app identification, Fluent project defaults, rollback requirement, and auth—without filler or repetition of the full schema. Every sentence contributes operational value.

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

Completeness5/5

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

Given the 14-parameter tool and no output schema, the description covers the key non-obvious behaviors: action types, state mutation, app identification modes, defaulting behavior, rollback's mandatory version, and authentication. The schema already documents individual parameter details, so this high-level guidance is sufficient for safe and correct invocation.

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 coverage is 100%, so the baseline is 3, but the description adds cross-parameter logic not fully obvious from individual schema descriptions: 'inside a Fluent project both appSysId and appVersion default from now.config.json/package.json, and outside one both must be passed explicitly'. It also restates the rollback appVersion requirement, consolidating important conditional behavior.

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 opens with a specific verb and resource: 'Run a ServiceNow app-repo CI/CD operation via the sn_cicd API', and enumerates the exact action types: 'install, publish, or rollback'. This clearly distinguishes it from sibling tools like build_fluent_app or deploy_fluent_app, which target different stages of the app lifecycle.

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

Usage Guidelines4/5

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

The description gives clear contextual guidance: how app identity and version are resolved inside vs. outside a Fluent project, when appVersion is mandatory, and that auth is required. It does not explicitly name alternative tools or state when not to use this tool, but the context is clear enough for an agent to decide when to invoke it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/modesty/fluent-mcp'

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