Skip to main content
Glama
modesty

Fluent MCP Server

by modesty

check_auth_status

Read-onlyIdempotent

Verify ServiceNow authentication is configured before running Fluent commands. Returns JSON with status, profile alias, instance host, auth type, and required user action.

Instructions

Check current ServiceNow authentication status. Lazily validates configured auth once and returns JSON including status, profile alias, instance host, auth type, and any required user action. Call this before commands that require authentication (deploy_fluent_app, fluent_transform, download_fluent_dependencies, download_fluent_app) to verify credentials are configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoThe ServiceNow instance host.
aliasNoThe matched auth profile alias.
statusYesAuth status: 'authenticated' | 'not_authenticated' | 'validation_error' | 'skipped' | 'unknown'.
messageYesHuman-readable status message.
authTypeNoAuth type: 'oauth' | 'basic'.
isDefaultNoWhether this is the default auth profile.
timestampNoISO timestamp of the validation.
actionRequiredNoA shell command to run if manual auth setup is needed.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds 'Lazily validates configured auth once', disclosing caching behavior, and lists the returned fields, which goes beyond annotation coverage. No contradiction with annotations.

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?

Two sentences, front-loaded with the main purpose, then behavioral details, then usage guidance. Every sentence adds value without redundancy.

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?

For a simple read-only status check with an output schema available, the description covers purpose, behavior, and usage context completely. It even names the specific commands that require this check, making it self-contained.

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?

The tool has 0 parameters, so the schema is fully complete (100% coverage). The description doesn't need to add parameter-level detail. It does mention the output shape, which adds some context, but the baseline for zero parameters is 4.

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 uses a specific verb ('Check') and resource ('ServiceNow authentication status'), clearly distinguishing it from sibling tools which are build/deploy/transform operations. It also states it returns a JSON with specific fields, reinforcing its purpose.

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

Usage Guidelines5/5

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

Explicitly states when to use (before any command that requires authentication) and lists the exact sibling commands (deploy_fluent_app, fluent_transform, download_fluent_dependencies, download_fluent_app), providing clear context and exclusion criteria.

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