Skip to main content
Glama

verify_d365fo_project

Read-only

Validates D365FO objects on disk against the .rnrproj project, checking AOT paths and references. Use to confirm creation results or verify the whole project.

Instructions

Verify that D365FO objects exist on disk at the correct AOT path and are referenced in the .rnrproj project file. Use instead of PowerShell to check d365fo_file(action="create") results. Omit objects to verify the ENTIRE project: every object referenced in the .rnrproj is checked on disk (requires projectPath, or an auto-detected/configured project).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectsNoList of objects to verify. OPTIONAL — omit to verify every object referenced in the project (.rnrproj).
modelNameNoModel name. Auto-detected if omitted.
packageNameNoPackage name. Auto-resolved from model name if omitted.
packagePathNoBase package path (default: auto-detected PackagesLocalDirectory)
projectPathNoAbsolute path to the .rnrproj file. Required for project-reference check.
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=false, and the description's verification semantics are consistent with those. The description adds value beyond the annotations by disclosing what is actually checked (AOT path existence on disk and .rnrproj references), plus the projectPath requirement for the reference check. No contradiction exists.

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?

Three sentences with the core purpose front-loaded in the first sentence, followed by usage guidance and the omission behavior. The final sentence is slightly dense with the parenthetical, but overall there's no filler and every sentence earns its place.

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?

For a read-only verification tool with no output schema, the description adequately covers what is verified, when to use it, and the key parameter behaviors. The only gap is that it doesn't describe the return format (e.g., success/failure structure), which an agent might want, but this is minor and the description is otherwise complete for a verification operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all five parameters. The description still adds meaningful nuance beyond the schema, specifically around `objects` ('omit to verify every object referenced in the project') and `projectPath` ('Required for project-reference check'), which clarifies behavior parameters alone don't convey. Schema carries most weight, but the description enriches it rather than merely repeating it.

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 states a specific verb and resource: 'Verify that D365FO objects exist on disk at the correct AOT path and are referenced in the .rnrproj project file.' It precisely distinguishes the tool from its siblings by naming its check scope (disk path + project reference), which differentiates it from nearby tools like d365fo_file, build_d365fo_project, and find_references.

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 explicitly routes usage: 'Use instead of PowerShell to check d365fo_file(action="create") results,' which tells the agent when to reach for this tool over an alternative. It also explains the omit-objects workflow for verifying the entire project and states the projectPath prerequisite. It doesn't enumerate sibling exclusions, but the guidance given is concrete and actionable.

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/dynamics365ninja/d365fo-mcp-server'

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