Skip to main content
Glama
demilul

accform-layout-mcp

by demilul

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACCFORM_SRC_ROOTNoRoot directory for Access form files (*.bas) to limit file discovery to your project folder.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
render_formA

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).

render_form_svgA

Render an Access form/report layout to SVG markup (text). Useful when you want to inspect exact control coordinates, sizes and captions rather than just look at a picture. Same layout caveats as render_form.

list_formsA

List the Access form/report layout files (*.bas designer files) available under the configured source root, as paths relative to it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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