Skip to main content
Glama

fluent_explain

Read-only

Get live ServiceNow SDK docs for any topic, with current API signatures and explanations of Fluent APIs, types, patterns, and best practices.

Instructions

Run npx @servicenow/sdk explain <topic> to get live SDK documentation on a topic — always current API signatures, not training-data guesses. Returns explanations of Fluent APIs, types, patterns, and best practices. Known topics include: GlideQuery, table API, scoped app, now.config.json, keys.ts, metadata, Record, Now.del, Now.attach, DataLookup, RestMessage, Alias, AliasTemplate, RetryPolicy, Playbook, Flow, Subflow, CustomAction, TryCatch, DoInParallel, FlowStages, AiAgent, AiAgentWorkflow, roleMap, NowAssistSkillConfig, UiPolicy, DataPolicy, Form, InstanceScan, ServicePortal, ImportSet, override, StateModel, cicd.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesTopic to explain. Examples: GlideQuery, table API, scoped app, now.config.json, keys.ts, metadata, Record, Now.del, etc.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds valuable behavioral context by specifying the exact command ('npx @servicenow/sdk explain <topic>'), emphasizing 'always current API signatures, not training-data guesses', and describing the response as explanations of Fluent APIs, types, and patterns—this goes beyond what annotations state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the command and purpose, then explains the output, then lists supported topics. While the topic list is long, it is structured as a single sentence and serves a practical purpose (enumerating valid inputs). No redundant words, though the list could arguably be shortened without losing intent.

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 only one parameter, no output schema, and annotations covering safety, the description adequately covers purpose, usage, and examples. It states what the tool returns ('explanations of Fluent APIs, types, patterns, and best practices') but does not specify the response format (e.g., plain text, structured JSON). This is a minor gap, but the description is otherwise complete enough for correct selection and 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?

The schema already documents the 'topic' parameter with examples, and schema coverage is 100%. The description enriches this with a much longer list of acceptable topics (GlideQuery, table API, scoped app, etc.) and clarifies the scope (Fluent APIs, types, patterns, best practices), adding meaning beyond the schema's brief description.

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 clearly states the tool runs `npx @servicenow/sdk explain <topic>` to provide live SDK documentation, with a specific verb ('explain') and resource (SDK topics). It distinguishes itself from sibling tools by focusing on Fluent SDK topics and the explain command, not generic documentation.

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 conveys when to use it (when live API signatures or explanations of Fluent APIs, types, patterns, and best practices are needed) and lists many valid topics. However, it does not explicitly mention alternative tools or exclusion criteria, so it stops short of a 5.

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/aartiq/servicenow-mcp'

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