Skip to main content
Glama

laserfiche_link_definition_list

List available entry-link type definitions to obtain linkTypeId for creating links between entries. Returns source and target labels for each directed link type.

Instructions

List the entry-link type definitions available on this repository.

Use before calling set_links — you need a linkTypeId from this listing to construct a valid link. Each link type is directed: it has a sourceLabel (how the relationship reads from the source entry) and a targetLabel (how it reads from the target).

Args: max_results: Page size (default 25). skip: 0-indexed offset for pagination. summary_only: If True, return only {count, names}.

Returns: Server's raw OData listing with value. Each item has linkTypeId, sourceLabel, targetLabel, and linkTypeDescription. Common defaults include "Supersedes" / "Superseded by" and "Attachment" / "Message".

On failure: returns {"mode": "error", "error": <slug>, ...}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_resultsNoPage size (default 25, capped by LF_MAX_RESULTS_CEILING).
skipNo0-indexed offset for pagination through large repositories.
summary_onlyNoWhen True, return only {count, names} instead of the full OData listing — useful for 'what's available?' lookups that would otherwise return 30-50 KB of definition payload.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully describes the behavior: returns OData listing with value, each item has linkTypeId, sourceLabel, targetLabel, linkTypeDescription; mentions default link types and error format. It discloses pagination behavior and summary_only mode, adding useful context beyond a simple list.

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 front-loaded with purpose, followed by usage context, parameter docs, return format, and error handling. Every sentence adds value with no redundancy. It is efficiently written.

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?

Given no annotations and an output schema (not fully detailed), the description provides sufficient context about the operation: list, pagination, return structure, and error handling. It could mention that it's read-only, but that is implied.

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 provides parameter info. The description adds value by explaining the effect of summary_only (avoids large payload) and clarifies defaults and pagination offset. This goes beyond the schema's descriptions.

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 lists entry-link type definitions with a specific verb ('List') and resource ('entry-link type definitions'). It distinguishes from sibling list tools (e.g., field, tag, template definitions) by focusing on link types.

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 says 'Use before calling set_links — you need a linkTypeId from this listing to construct a valid link.' This provides clear when-to-use guidance. It does not explicitly list when not to use, but the context and sibling names make the purpose distinct.

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/SamuelSHernandez/laserfiche-mcp'

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