Skip to main content
Glama
VitexSoftware

AbraFlexi MCP Server

evidence_get_labels

Retrieve all labels (stitky) attached to a specific AbraFlexi record by providing evidence and either record ID or code. Solves the need to quickly see assigned tags.

Instructions

Get all labels (stitky) currently assigned to a record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRecord ID
kodNoRecord code (alternative to id)
evidenceYesEvidence name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the transparency burden. 'Get' and 'currently assigned' clearly signal a read operation and current state, but it does not explicitly state non-mutation or mention any access or performance considerations. Simple and accurate, but minimal.

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?

A single, front-loaded sentence with no wasted words. It states the verb, object, and scope efficiently.

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?

The tool is a simple getter with an output schema that covers return values, so the description does not need to explain those. It is nearly complete, though a brief clarification of how evidence/id/kod jointly identify the record would remove minor ambiguity.

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 schema already explains each parameter. The description does not add meaning about how 'evidence' relates to 'id' or 'kod', beyond referring to 'a record'; it only weakly indicates that a record is being targeted.

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 uses a specific verb ('Get'), resource ('labels'), and scope ('currently assigned to a record'). It is immediately distinguishable from the sibling set/unset label tools, which are mutations.

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 use when you need the current label set on a record, contrasting with sibling tools like evidence_set_label and evidence_unset_label. However, it does not explicitly state when to prefer this over evidence_get or how to choose among the label siblings.

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