Skip to main content
Glama
daisydaines

fieldwork-mcp

by daisydaines

how_much_product_was_used

Read-onlyIdempotent

Tally the amount of a specific material or chemical applied across completed jobs within a chosen date range, providing clear totals to track consumption.

Instructions

Answer: "How much product was used?", "What chemicals did we use this month?"

Totals logged material/chemical usage from completed jobs.

Args: days: Look back this many days ending today (default 30). Ignored if start_date set. start_date: Optional YYYY-MM-DD range start. end_date: Optional YYYY-MM-DD range end (default today). material_name: Optional filter, e.g. "Alpine" or "Taurus".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
end_dateNo
start_dateNo
material_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description explains important behavioral details beyond the annotations: days are ignored if start_date is set, end_date defaults to today, and material_name works as a filter. This adds context on parameter precedence and time range handling. The readOnlyHint and idempotentHint align with the description, and no contradictions are present.

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 well-structured: it opens with example questions, gives a one-sentence summary, and then provides a concise parameter list. Every sentence adds value, and the format is easily scannable. It is neither too terse nor overly verbose.

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 description covers the tool's purpose, parameter semantics, and key behavioral nuances (e.g., date range handling, filtering). An output schema exists, so not explaining return values is acceptable. It could mention what happens when no data matches, but the current level is sufficient for effective selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides zero property descriptions, but the description's Args section thoroughly explains each parameter—including defaults, format (YYYY-MM-DD), precedence rules, and an example material name. This fully compensates for the schema's lack of descriptions, giving the agent clear guidance on how to construct valid calls.

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: 'Totals logged material/chemical usage from completed jobs.' It also provides example questions that make the purpose immediately understandable. This distinguishes it from sibling tools like what_products_do_we_carry or list_materials, which focus on inventory rather than usage.

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 example questions ('How much product was used?', 'What chemicals did we use this month?') clearly indicate when to use the tool. The description also specifies the scope (completed jobs) and optional filters, providing clear context for when it applies. It does not explicitly mention alternatives or exclusions, but the usage context is well implied.

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/daisydaines/fieldwork-mcp'

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