Skip to main content
Glama
rededis

dataverse-mcp-server

by rededis

invoke_function

Invoke Dataverse Web API functions (GET) for read-only operations, bound or unbound, with OData parameters.

Instructions

Invoke a Dataverse Web API function (GET) — bound or unbound. Use for read-only operations exposed as functions, e.g. WhoAmI (unbound) or RetrieveDuplicates. Pass entity_set+id for bound functions, neither for unbound. parameters are inlined into the URL as OData function arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRecord GUID the bound function targets. Required iff entity_set is set.
nameYesFunction name, e.g. 'WhoAmI'. Bare names are namespaced automatically for bound calls; pass a fully-qualified name to override.
entity_setNoEntity set (plural) for a bound function. Omit for unbound functions.
parametersNoFunction parameters, inlined as OData arguments. Strings are quoted, GUIDs/numbers/booleans passed as-is.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the HTTP method (GET), bound/unbound behavior, and how parameters are inlined into the URL as OData arguments. It does not mention auth/error details, but the core mechanics are transparent and non-contradictory.

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?

Four short sentences, front-loaded with the primary purpose, followed by usage rules and parameter behavior. No filler or redundant content. 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 4-parameter tool with a nested parameters object and no output schema, the description adequately covers bound/unbound usage, URL inlining, and read-only scope. It could mention response format or error handling, but such details are not essential given the absence of an output schema. Overall, highly complete for its complexity.

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% with each parameter already described. The description adds value by explaining the relationship between entity_set and id, and by clarifying that parameters are serialized as OData arguments. This goes beyond the schema's individual field notes.

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 invokes a Dataverse Web API function via GET, with bound/unbound variants. It provides concrete examples (WhoAmI, RetrieveDuplicates) that distinguish it from sibling tools like invoke_action and get_record.

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?

Explicitly states this is for read-only operations exposed as functions, and gives precise instructions on when to pass entity_set+id (bound) versus neither (unbound). This effectively differentiates from invoke_action and data-modifying tools.

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/rededis/dataverse-mcp-server'

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