Skip to main content
Glama
modesty

Fluent MCP Server

by modesty

deploy_fluent_app

Destructive

Deploy a built Fluent application to a ServiceNow instance using session credentials or explicit authentication. Control flow activation to avoid auto-publishing deployments.

Instructions

Deploy a built Fluent (ServiceNow SDK) application to a ServiceNow instance. Requires a prior build via build_fluent_app and valid instance authentication (auto-injected from session, or pass auth explicitly). Use skipFlowActivation to prevent auto-publishing of flows and subflows during deployment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authNoCredential alias to use for authentication with instance (auto-injected from session if not provided)
debugNoPrint debug output
workingDirectoryNoAbsolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR.
skipFlowActivationNoSkip automatic flow activation during deployment. By default in SDK v4.5.0, flows and subflows are auto-published on install.
Behavior4/5

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

Annotations already note destructiveHint=true, idempotentHint=false, and openWorldHint=true. The description adds valuable context about authentication auto-injection, the need for a prior build, and the option to prevent flow auto-publishing, which goes beyond the structured fields without contradicting them.

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 two sentences, directly gets to the point with the primary action first, and includes only essential information about prerequisites and a key parameter. No redundant or flowery language.

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?

Given the tool's complexity, the description covers the necessary context: prerequisites, auth, and a critical deployment option. While it doesn't detail post-deployment outcomes or error handling, the rich schema and annotations fill those gaps adequately for a deployment tool.

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 the baseline is 3. The description does not add significant meaning beyond the schema; mentions of skipFlowActivation and auth mirror the schema descriptions. No extra param semantics are provided.

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 explicitly states the tool deploys a built Fluent application to a ServiceNow instance, using a specific verb and resource. It distinguishes itself from siblings by mentioning the prerequisite build via build_fluent_app, clarifying its role in the workflow.

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?

It clearly indicates when to use the tool: after a prior build via build_fluent_app, and specifies a key option (skipFlowActivation) that controls behavior. However, it does not explicitly contrast with alternative tools or provide 'when not to use' exclusions, but the context is sufficient.

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

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