Skip to main content
Glama

create_item

Add a new item to a BOQ section with required code, name, and unit. Optionally specify quantity, price, description, order, and notes.

Instructions

Create a BOQ item under a section.

code is exactly 2 digits (e.g. '01') — the full path code is composed up the chapter/section/item tree. unit must be one of: m, m2, m3, unit, kg, ton, lm, ls, No., set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
section_idYes
codeYes
nameYes
unitYes
quantityNo
unit_priceNo
descriptionNo
orderNo
notesNo
Behavior2/5

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

With no annotations, the description carries the full burden. It only states it creates an item, without disclosing side effects, validation rules, error handling, or authentication needs. Basic mutation is implied, but no additional behavioral context is provided.

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, each adding value. It front-loads the purpose and uses a clear structure with line breaks for the constraints. No redundant information.

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

Completeness2/5

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

Given 9 parameters and no output schema, the description is insufficient. It lacks explanation for many parameters, the relationship with chapters/sections, and expected return value. The code path composition is mentioned but not clarified enough for proper usage.

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?

With 0% schema description coverage, the description adds meaning for two parameters: code (2-digit constraint) and unit (allowed values list). However, it does not explain the remaining 7 parameters like section_id, name, quantity, unit_price, etc., which are essential for correct use.

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 creates a BOQ item under a section, using the verb 'Create' and specifying the resource. It distinguishes from siblings like create_section and list_items by naming the resource type and mentioning the code path composition.

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 provides specific constraints on code format and allowed units, but does not explicitly state when to use this tool versus alternatives like bulk_create_items, nor does it mention prerequisites such as the section's existence. Usage guidance is implied but not comprehensive.

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/jehadbaniodeh/boq-mcp'

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