Skip to main content
Glama
samarpassey

maple-procure

by samarpassey

export_report

Write a report of specific tender notices to a file in Markdown or CSV. Preview first, then confirm to save.

Instructions

Write a report of specific tender notices to a file on the server, as markdown or CSV.

This tool never writes on the first call, by design. Call it with tender_refs and it returns a preview of the exact document plus a confirm_handle, having written nothing. To actually write, call it again with identical arguments plus that handle — or answer the confirmation prompt, on clients that show one. Tell the user what the preview contains and let them decide; do not confirm on their behalf because the flow looks unfinished.

A handle lasts five minutes, works once, and is tied to the exact content previewed. If the notices or the format change, the old handle stops matching and a fresh preview is needed.

Requires the export scope. Reports contain notice summaries and links only — never buyer contact details, whatever scopes the caller holds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo'markdown' for a readable brief, or 'csv' for a spreadsheet.markdown
tender_refsYesExact reference numbers to include, as returned by search_tenders — for example ['MX-2026-12345']. Up to 50. References with no matching open notice are listed in the report as not found rather than silently dropped.
confirm_handleNoThe handle from this tool's own preview response. Omit it to preview. Only send one the user has approved: supplying it is what causes the write. Never invent or guess a value.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden and does so excellently: it discloses the never-writes-on-first-call design, the 5-minute single-use handle tied to exact content, the export scope requirement, and the content limitation (no buyer contact details). This fully informs the agent about side effects and constraints.

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 a concise summary sentence, then expands with necessary behavioral details. Every sentence contributes unique value; the multi-paragraph structure is appropriate for the two-phase workflow and is not padded.

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?

Given the tool's two-phase mutation complexity, no annotations, and an existing output schema, the description covers all needed context: purpose, side effects, permissions, prerequisite workflow, and failure behavior. It is complete enough for an agent to select and safely invoke the tool.

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?

Although schema description coverage is 100% (baseline 3), the description adds significant workflow semantics: confirm_handle duration and single-use behavior, the effect of changing format/notices on handle validity, and the handling of not-found tender refs. These go beyond the schema and materially improve invocation correctness.

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 immediately states the tool writes a report of tender notices to a server file in markdown or CSV format. This verb+resource+format specification clearly distinguishes export_report from the read-only sibling tools (search, get, summarize).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit two-phase workflow: call with tender_refs to preview, then call again with confirm_handle to write. It also instructs the agent to let the user decide and never confirm on their behalf, and mentions the required export scope. This is actionable guidance beyond simply stating existence.

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/samarpassey/maple-procure'

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