Skip to main content
Glama
demilul

accform-layout-mcp

by demilul

render_form

Renders an Access form or report layout to SVG and stores it in a dated folder, allowing inspection of the declarative designer layout without runtime behavior.

Instructions

Render an Access form/report layout to SVG and store it under a dated artifact folder so the result is inspectable without a native Cairo stack.

Pass the form name (e.g. 'A_Lot_Liste') or the path to its *.bas layout file. The render reflects only the declarative designer layout on disk: positions, sizes, captions, absolute colours, hidden controls (dimmed). It does NOT reflect runtime VBA behaviour (Form_Load hiding controls, dynamic RecordSource, conditional formatting).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formYes
scale_modeNoUniversal

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description bears the full burden of disclosure. It explains that the render is based on declarative designer layout only, not runtime behavior, and mentions storage under a dated folder. This gives agents a good understanding of the tool's behavior, though it could further clarify if any side effects exist (e.g., file creation).

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 reasonably concise, consisting of two short paragraphs. The first sentence clearly states the main purpose, and the second paragraph adds necessary caveats. No unnecessary repetition or fluff.

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 tool's complexity (rendering and storage), the description adequately covers input, behavior, and limitations. The output schema is present (though not shown), so agents can rely on it for return values. Missing details like scale_mode options are a minor gap.

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 description adds meaning for the 'form' parameter by indicating it accepts form names or *.bas file paths, which is not in the schema. However, the 'scale_mode' parameter is not explained beyond its default value, leaving agents without guidance on what values are valid or how they affect output. With 0% schema description coverage, the description partially compensates but not fully.

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 renders an Access form/report layout to SVG and stores it under a dated artifact folder. This specific verb+resource combination distinguishes it from siblings list_forms (listing) and render_form_svg (likely just returning SVG without storage).

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 explains how to use the tool (pass form name or *.bas file path) and what it does not reflect (runtime VBA behavior), providing clear context for when to use it versus alternatives. However, it does not explicitly mention when to use sibling tools.

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/demilul/accform-layout-mcp'

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