Skip to main content
Glama
mafzaal

Dynamics 365 Finance & Operations MCP Server

by mafzaal

d365fo_search_enumerations

Search for enumeration values in Dynamics 365 Finance & Operations using keyword-based queries to identify named constants like status codes and configuration options.

Instructions

Search for enumerations (enums) in D365 F&O using simple keyword-based search.

IMPORTANT: When searching for enumerations, break down user requests into individual keywords and perform MULTIPLE searches:

  1. Extract keywords from requests (e.g., "customer status enums" → "customer", "status")

  2. Perform separate searches for each keyword using simple text matching

  3. Combine and analyze results from all searches

  4. Look for enums that match the combination of concepts

SEARCH STRATEGY EXAMPLES:

  • "customer status enums" → Search for "customer", then "status", then find status-related customer enums

  • "blocking reasons" → Search for "block" and "reason", then combine results

  • "approval states" → Search for "approval" and "state", then find approval-related enums

Use simple keywords, not complex patterns. Enums represent lists of named constants (e.g., NoYes, CustVendorBlocked).

Args: pattern: Simple keyword or text to search for in enumeration names. Use plain text keywords, not regex patterns. For requests like 'customer blocking enums': 1) Extract keywords: 'customer', 'blocking' 2) Search for each keyword: 'customer' then 'blocking' 3) Perform multiple searches 4) Analyze combined results. Use simple text matching. limit: Maximum number of matching enumerations to return. profile: Configuration profile to use (optional - uses default profile if not specified)

Returns: Dictionary with matching enumerations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYes
limitNo
profileNodefault

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/mafzaal/d365fo-client'

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