Skip to main content
Glama
VitexSoftware

AbraFlexi MCP Server

contact_get_notification_email

Retrieve the notification email address for a contact, prioritizing a primary or purpose-matching contact over the address's own email.

Instructions

Get the email address to notify for a contact, preferring a primary/ purpose-matching contact over the address's own email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoContact ID
kodNoContact code (alternative to id)
purposeNoContact purpose - one of Fak|Obj|Nab|Ppt|Skl|Pok

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 of behavioral disclosure. It reveals an important selection behavior: preferring a primary/purpose-matching contact over the address's own email. This goes beyond the tool name and gives useful insight into how the result is chosen. It does not detail error behavior or missing-input handling, but the core behavior is 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?

The description is a single concise sentence that front-loads the main action and then adds the key selection nuance. Every word earns its place, and there is no redundant filler.

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

Completeness3/5

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

The tool has zero required parameters, and the description does not clarify that at least one of id or kod should be supplied, nor what happens if neither is provided. The output schema exists and parameter schema coverage is high, but the optional-identifier ambiguity leaves a meaningful gap for correct invocation.

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%, so the parameters id, kod, and purpose are already adequately documented in the schema. The description adds a slight semantic link by mentioning 'purpose-matching,' which hints at how the purpose parameter is used, but it does not need to restate the schema.

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 a specific verb and resource: 'Get the email address to notify for a contact.' It also adds a distinguishing behavioral detail about preferring a primary/purpose-matching contact, which differentiates it from sibling tools like contact_get or contact_get_any_phone.

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 when to use the tool ('Get the email address to notify for a contact') but does not explicitly mention alternatives or exclusion conditions, such as when contact_get or contact_get_any_phone would be more appropriate. The usage context is clear but largely implicit.

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/VitexSoftware/mcp-server-abraflexi'

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