Skip to main content
Glama
pablixnieto2

ETL-D MCP Server

by pablixnieto2

crm_cleanse_v1_pipelines_crm_cleanse_post

Extract and enrich name, contact, and address fields from a single unstructured string in one call. Ideal for cleaning messy lead data or contact strings from CSV rows or signatures, saving tokens and reducing latency.

Instructions

Orchestrates Name, Contact, and Address enrichment in a single call. Ideal for processing raw lead data or unstructured contact strings. Deterministic logic ensures data consistency across all fields.

Cost: 3 credits per request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoOptional context for timezone, locale, and transliteration hints.
raw_dataYesA single unstructured string containing a person's name, email, phone, and address. USE THIS PIPELINE instead of individual tools when you have a messy contact string (e.g., from a CSV row or a signature) and need to extract all entities at once. It saves tokens and reduces latency compared to calling /name, /contact, and /address separately.
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It adds genuinely useful disclosures — 'Deterministic logic ensures data consistency' and 'Cost: 3 credits per request' — beyond an empty annotation block. However, it omits the kind of behavioral context an agent needs for a multi-entity pipeline: expected return format, error/edge-case handling, and what happens to unmatched fields. Partial disclosure, no contradiction.

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?

Three sentences, zero waste: the core purpose is front-loaded, followed by the ideal-use case, then behavior/cost notes. Every sentence earns its place without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Parameters are fully covered by the schema, so the input side is complete. But no output schema exists and the description never hints at the response shape for a three-entity orchestrator, leaving the agent without expectations about what is returned. Adequate for tool selection, incomplete for the return contract.

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?

Schema description coverage is 100%, so the baseline is 3. The schema fully documents raw_data (with examples and even embedded usage guidance) and context (locale, timezone, transliterate, target_currency). The description adds nothing on parameters, which is fine because the schema already does the heavy lifting.

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 ('Orchestrates') with a precise resource ('Name, Contact, and Address enrichment in a single call'), making it immediately distinguishable from the sibling enrichment tools (enrich_name, enrich_contact, enrich_address) that handle each entity individually. The aggregate scope is unambiguous.

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 gives clear context with 'Ideal for processing raw lead data or unstructured contact strings,' signaling the messy-input scenario. It stops short of naming the alternatives or explicit exclusions in the description itself — though the raw_data schema description does provide the when-not/alternative routing ('USE THIS PIPELINE instead of individual tools... saves tokens and reduces latency'). Since the exclusion logic lives in the schema rather than the description, a 4 is appropriate.

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/pablixnieto2/etld-mcp-server'

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