Skip to main content
Glama
modesty

Fluent MCP Server

by modesty

query_fluent_records

Read-only

Run read-only ServiceNow table queries with encoded conditions and field selection. Get matching records as JSON for automation.

Instructions

Run a read-only query against a ServiceNow table via the Table REST API (SDK v4.8.0+). Returns matching records as a JSON envelope. Requires instance authentication (auto-injected from session, or pass auth explicitly). Provide table and an encoded query (e.g. "active=true^priority<=2").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authNoCredential alias to use for authentication with instance (auto-injected from session if not provided)
viewNoUI view to determine which fields to return (sysparm_view)
debugNoPrint debug output
limitNoMaximum records per page (sysparm_limit). Default 100.
queryYesEncoded query string (sysparm_query), e.g. "active=true^priority<=2"
tableYesServiceNow table name to query (e.g. incident, sys_user)
fieldsNoComma-separated list of fields to return (sysparm_fields), e.g. "number,short_description,priority"
offsetNoStarting offset (sysparm_offset). Default 0.
noCountNoSkip total count calculation for better performance (sysparm_no_count)
timeoutNoPer-request timeout in milliseconds for each page fetch. Default 30000.
displayValueNoReturn display values (sysparm_display_value): "true", "false", or "all" for both. Default "false".
queryCategoryNoQuery category for extended queries (sysparm_query_category)
queryNoDomainNoIgnore domain separation when querying (sysparm_query_no_domain)
workingDirectoryNoAbsolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR.
excludeReferenceLinkNoExclude reference link metadata (sysparm_exclude_reference_link). Default true.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, but the description adds valuable behavior beyond these: it specifies a JSON envelope return, SDK version, and authentication handling (auto-injected or passed explicitly). It does not mention pagination or error behavior, but the added context meets the lower bar set by the 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?

The description is three focused sentences: purpose, return type, and required inputs. It is front-loaded with the main verb and resource, and every sentence adds necessary context without redundancy or filler.

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?

With 15 parameters and no output schema, the description gives enough guidance to invoke the tool correctly: it names the required inputs, provides an example, and mentions authentication. It could additionally describe the JSON envelope structure or automatic pagination, but the schema and core usage are sufficiently covered for a capable agent.

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 input schema has 100% coverage, so the baseline is 3. The description goes beyond by highlighting the core parameters (table, query) and providing a concrete encoded query example. It also clarifies the auth parameter's auto-injection behavior, which adds meaning beyond the schema descriptions.

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 read-only query against a ServiceNow table via the Table REST API'. It clearly states what the tool does and the output ('Returns matching records as a JSON envelope'), distinguishing it from sibling tools that focus on building, deploying, or transforming apps.

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 clearly establishes the usage context: a read-only query requiring a table and encoded query, with an example ('active=true^priority<=2'). It does not explicitly name alternatives or exclusions, but the sibling list contains no other query tool, and the intended use is unambiguous.

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