fluent_transform
Convert ServiceNow XML metadata records into Fluent source code. Works from instance or local files, supports table hierarchy and specific record transformation.
Instructions
Download and convert XML metadata records from a ServiceNow instance or local path into Fluent source code. Requires instance authentication when downloading from instance (auto-injected from session, or pass auth explicitly). Use from for local XML files, or omit to pull from instance. Use table (SDK v4.7.0+) to transform by table hierarchy, optionally with id to target a specific record and its relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | sys_id of a specific record to transform (used with table, SDK v4.7.0+). | |
| auth | No | Credential alias to use for authentication with instance (auto-injected from session if not provided) | |
| from | No | Path to local XML file(s)/directory to transform | |
| debug | No | Print debug output | |
| table | No | Comma-separated table names to transform by table hierarchy (SDK v4.7.0+). Combine with id to transform a specific record and its relationships. | |
| directory | No | Path to "package.json", default to current working directory | |
| workingDirectory | No | Absolute path to the Fluent project for this call. Overrides the initialized session and FLUENT_MCP_WORKING_DIR. |