Skip to main content
Glama
StefanMaron

AL MCP Server

by StefanMaron

al_search_objects

Search for AL objects in compiled .app packages by pattern, type, or domain. Filter results with pagination and summary mode for token efficiency.

Instructions

Search AL objects in YOUR WORKSPACE (.app packages). Analyzes compiled AL code structure. Use summaryMode:true & limit for token efficiency. For complex objects prefer al_get_object_summary. Supports domain filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternNoSearch pattern (wildcards supported)
objectTypeNoFilter by type
packageNameNoFilter by package
domainNoBusiness domain filter
includeFieldsNoInclude table fields (increases tokens)
includeProceduresNoInclude procedures (increases tokens)
limitNoMax results (default: 20)
offsetNoPagination offset (default: 0)
summaryModeNoSummary view (default: true)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies read-only search/analysis but does not explicitly state non-destructiveness, auth needs, or other behavioral traits. The description is adequate but not fully transparent.

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?

Three sentences, each adding unique value: purpose, efficiency tip, and alternative tool. No redundant or unnecessary information.

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 9 parameters and no output schema, the description covers purpose, usage tips, and alternatives. It lacks explicit mention of output format or pagination details, but overall it is sufficiently complete for the tool's complexity.

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 coverage is 100%, so baseline is 3. The description reinforces some parameters (summaryMode, limit, domain) but adds little new semantic meaning beyond what the schema already provides.

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 searches AL objects in the workspace and analyzes compiled code structure. It distinguishes itself by mentioning domain filtering and noting an alternative tool for complex objects.

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

Usage Guidelines5/5

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

Explicit guidance is given: use summaryMode:true and limit for token efficiency, and prefer al_get_object_summary for complex objects. This directly helps the agent choose the right tool.

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/StefanMaron/AL-Dependency-MCP-Server'

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