Skip to main content
Glama
lanten-ai

Lanten MCP Server

by lanten-ai

list_work_orders

List maintenance work orders for your property account. Filter by status, priority, tenant, or unit, and search by title or code.

Instructions

List work orders (maintenance issues) for the account. Filter by status, priority, tenant, or unit. Supports search by title or code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch by title or work order code (e.g. WO-101)
statusNoWork order status
priorityNoPriority: 0 = Emergency, 1 = High, 2 = Medium, 3 = Low
tenantIdNoFilter by tenant UUID
unitIdNoFilter by unit UUID
pageNoPage number (default 1)
pageSizeNoResults per page (max 50, default 20)
Behavior3/5

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

With no annotations provided, the description carries the disclosure burden. It explains the resource and filtering, but does not mention pagination behavior, response format, or any side effects. The schema covers pagination params, so the description is minimally adequate.

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 extremely concise with two sentences that front-load the main purpose. Every word earns its place, with no fluff or repetition.

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

Completeness5/5

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

For a list tool with optional parameters, the description covers the essential aspects: what the tool does, what filters are available, and the nature of the resource. It is complete enough for an AI agent to decide when to use it, especially with the schema providing additional detail on parameters.

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 baseline is 3. The description adds value by grouping filters and clarifying that search is by title or code, which goes beyond the schema's individual parameter 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 verb 'list' and the resource 'work orders', and differentiates from sibling tools like get_work_order (single) by using 'List'. It also specifies that work orders are maintenance issues, adding clarity.

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 provides clear context that this tool is for listing work orders with optional filters, which is the typical use case. However, it does not explicitly state when not to use it or compare with alternatives like get_work_order for individual records.

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/lanten-ai/mcp-server'

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