Skip to main content
Glama
olederkach
by olederkach

import-test-toolkit

Import the Business Central Test Toolkit into a Docker container, choosing between helper libraries for speed or full test codeunits for comprehensive testing.

Instructions

Import the BC Test Toolkit (libraries only or full framework) into a container

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
containerNameYesTarget container name
librariesOnlyNotrue = just helper libs (faster), false = full MS test codeunits
userNameNoAdmin usernameadmin
passwordNoAdmin passwordP@ssw0rd!
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It does not mention side effects, idempotency, or system changes (e.g., whether the container is modified, if previous test toolkit installation is overwritten, or if the container needs to be running). This is insufficient for a tool that modifies container state.

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 a single sentence that effectively front-loads the core purpose. However, it may be too brief, omitting important details that could be included without losing conciseness (e.g., target state or prerequisites).

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

Completeness2/5

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

Given no output schema and no annotations, the description should provide more context about what happens after import, return behavior, or prerequisites. It only states the action without completing the picture of expected outcomes or constraints.

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% for all 4 parameters, so baseline is 3. The description adds no additional meaning beyond what the schema already provides (e.g., 'libraries only or full framework' is already covered by the 'librariesOnly' parameter description and default value).

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 explicitly states the action 'Import', the resource 'BC Test Toolkit', and the target 'into a container'. It distinguishes between two modes ('libraries only or full framework'), making the purpose clear and distinct from sibling tools like 'create-container' or 'install-app'.

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 importing the test toolkit into a container, but lacks explicit guidance on when to choose this tool over siblings, prerequisites (e.g., container must exist and be running), or when not to use it (e.g., if only a specific app is needed). No alternatives are mentioned.

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/olederkach/bcdocker'

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