Skip to main content
Glama

get_transform_map

Read-only

Retrieve transform map details and field mappings by sys_id or name. Simplifies inspecting import mappings to ensure accurate data transformation.

Instructions

Get details of a Transform Map including its field mappings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sys_id_or_nameYesTransform Map sys_id or name
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description doesn't need to restate safety. It adds 'including its field mappings' as a return-content detail, but does not disclose potential edge cases, permissions, or output structure. This is adequate given the read-only nature, but not rich.

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?

A single, front-loaded sentence delivers all essential information. Every word earns its place, with no fluff or repetition of the tool name.

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?

It's a simple read-only getter with one parameter and no output schema. The description covers what it returns at a high level ('details...including its field mappings'). Given the tool's simplicity, this is mostly complete, though a bit more detail on the response structure would be useful.

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?

The schema description covers 100% of the parameter, explicitly stating 'Transform Map sys_id or name'. The tool description adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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 states a specific verb ('Get') and resource ('Transform Map'), and even specifies the scope ('including its field mappings'). It clearly distinguishes from sibling tools like list_transform_maps (list) and run_transform_map (execute), making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage for retrieving details of a single Transform Map when you have its sys_id or name, but it does not explicitly mention when to use it versus alternatives like list_transform_maps or list_transform_field_maps. No exclusions or direct alternative guidance is provided.

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