Skip to main content
Glama
Ankur-stockheads

break-clause-analyzer

extract_break_clause

Read-only

Extract the tenant break clause from a lease document, returning its verbatim text and source span. Enables lease analysis by pinpointing the clause for decision support.

Instructions

Extract the tenant break clause from a lease document, returning its verbatim text and source span (or found=false). Decision-support only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lease_textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
clauseYesOutput of extract_break_clause: the clause + its grounded span, or not found.
disclaimerNoDECISION-SUPPORT ONLY — NOT LEGAL ADVICE. This tool applies a deliberately simplified, non-proprietary ruleset to synthetic data and can be wrong. A qualified solicitor must independently verify any real break-clause decision.
Behavior4/5

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

The annotations (readOnlyHint: true, openWorldHint: false) already declare safe read-only behavior, and the description adds the behavioral detail of returning verbatim text and a source span, or found=false when absent. It also includes 'Decision-support only,' which signals its role as an analytical aid. The description is consistent with the annotations, providing extra context without contradiction.

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, well-structured sentence that packs essential information: extraction action, input reference, output details, and fallback behavior. There is no wasted wording, and each clause adds value. It is appropriately concise and front-loaded.

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 the tool's simplicity (one string parameter) and presence of an output schema, the description is sufficient to convey the tool's function and return behavior. It covers the core purpose, the input, and the failure case (found=false), which is important. It does not need to elaborate on output format since the output schema exists, and the description is complete for this level of complexity.

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?

The only parameter, lease_text, is described implicitly through 'lease document,' indicating it should contain the lease text. However, the schema description coverage is 0%, and the description does not elaborate on input format, length, or preconditions. The parameter name itself is fairly self-explanatory, but the description adds minimal meaning beyond that.

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's function: extracting the tenant break clause from a lease document, with a specific verb ('Extract') and resource ('tenant break clause'). It also specifies the return format (verbatim text and source span, or found=false), making the purpose unambiguous. While it doesn't explicitly compare to sibling tools, the unique extraction task distinguishes it from check_conditions, find_citation, and assess_validity.

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 the tool is for extracting a specific clause but provides no explicit guidance on when to use this tool versus alternatives. 'Decision-support only' is a caveat about usage context, not a comparison with sibling tools. No exclusions or alternative tool references are given, so the usage guidance is limited to what's self-evident.

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/Ankur-stockheads/rubo-mcp'

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