Skip to main content
Glama

Get Form (Dalux Field)

dalux_get_form
Read-onlyIdempotent

Retrieve a specific Dalux form and all its answered fields by providing a project ID and form ID.

Instructions

Fetch one form with all its answered fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdYes
projectIdYesProject id from dalux_list_projects.
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, covering safety and idempotency. The description adds 'with all its answered fields' but doesn't provide additional behavioral context such as rate limits, authentication prerequisites, or error handling. With annotations present, the description's extra value is moderate.

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?

Description is a single precise sentence with no extraneous words. Essential information is front-loaded, achieving high efficiency.

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?

Given the low complexity (simple fetch, few parameters) and absence of output schema, the description adequately conveys the core functionality. However, the lack of output schema means agents must infer return format; a slightly richer description could improve completeness.

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?

Input schema has 2 required parameters with 50% description coverage (projectId described, formId not). The tool description does not add any parameter-specific meaning. For a schema with partial coverage, baseline 3 applies as the description neither compensates nor significantly enhances understanding.

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?

Description uses a specific verb 'Fetch' and clearly identifies the resource 'one form with all its answered fields'. It distinguishes from siblings like dalux_list_forms and dalux_get_task, making the tool's purpose immediately clear.

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 when needing a single form's details but provides no explicit guidance on when to use this versus alternatives like dalux_list_forms (for listing) or differences in field availability. No exclusion or when-not-to-use context is given.

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/borgels/mcp-server-dalux'

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