Skip to main content
Glama
josemachado-vp

SF Assistant MCP Server

generate_mdf_import_template

Generate a CSV-ready import template for an MDF object, including key, required, and optional fields with field type comments.

Instructions

Generate an import template for an MDF object.

Creates a CSV-ready template with key fields, required fields, and optionally all editable fields. Includes field type info as comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_centerNo
object_nameYesMDF object name (e.g., 'cust_MyObject')
auth_user_idNo
auth_passwordNo
include_readonlyNoInclude read-only fields in template

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden for behavioral disclosure. It explains the output (CSV template with fields and comments) but fails to mention authentication requirements (params include auth_user_id and auth_password), the role of data_center, or any side effects. The template generation is non-destructive, but this is implied.

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 concise (two sentences) and front-loads the main purpose. It is efficient but could be improved by including parameter context. The structure is logical and easy to parse.

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?

While the output schema exists (reducing need for return value explanation), the description omits key parameter details (data_center, auth) and does not differentiate from very similar sibling tools like 'generate_import_template'. The tool's complexity (5 params, 1 required) warrants more completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 40%, meaning 3 of 5 parameters lack schema descriptions. The tool description adds no extra meaning for these undocumented parameters (data_center, auth_user_id, auth_password). It does not clarify their usage or format, failing to compensate for the low schema coverage.

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 generates an import template for an MDF object, specifically a CSV-ready template with key fields, required fields, and optional editable fields with field type comments. This distinguishes it from sibling tools like 'generate_import_template' which may be for different object types.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., 'generate_import_template' for non-MDF objects) or prerequisites like authentication or data center configuration. The description implies usage for MDF object import template generation but lacks explicit context.

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/josemachado-vp/MCP-SF'

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