Skip to main content
Glama

seshat_export_evidence_pack

Read-onlyIdempotent

Assemble a table's readiness evidence pack and return it as structured data for review or handoff, including any blockers. Read-only; creates nothing on disk.

Instructions

Assemble one table's evidence pack in memory and return it as data.

Use when: you need a table's collected readiness evidence to review or hand off, as a structured response rather than a file. Not for: writing the pack to disk -- despite the name nothing is exported, and file export stays an explicit CLI operation. Returns: the evidence-pack projection for the named table with any blockers. Outcome is 'input_defect' when the table cannot be resolved. Read-only: creates nothing on disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesThe one table to report on, matching a table name or its mapping directory (for example 'retail_store_sales'). Required. May not contain '/', '\' or '..'.
workspaceYesPath to the local Seshat BI workspace to read. Must resolve to exactly the root this server was started with; a parent or subdirectory is refused.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Discloses read-only behavior ('Read-only: creates nothing on disk'), corrects the misleading name, and explains the return projection and the 'input_defect' outcome. This goes beyond the annotations by adding functional context and edge-case behavior.

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 brief, front-loaded with the core action, and uses explicit labeled sections (Use when, Not for, Returns, Read-only). Every sentence adds value and there is no redundancy or filler.

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?

With only two params, a high-coverage schema, and an output schema present, the description covers the essential context: purpose, exclusions, return value, error outcome, and safety. It is complete for an agent to select and invoke the tool correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add significant param-specific detail beyond what the schema already provides; it only references 'the named table' without elaborating on parameter formats or constraints.

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 opens with a specific verb and resource: 'Assemble one table's evidence pack in memory and return it as data.' It explicitly distinguishes itself from file export ('despite the name nothing is exported') and from sibling tools by focusing on in-memory assembly for review or handoff.

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?

Provides explicit 'Use when' and 'Not for' conditions: use for reviewing/handing off evidence as structured data, not for writing to disk. This clearly signals when to choose this tool over a CLI-based file export, and the context is unambiguous.

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/Kemetra/Seshat-BI'

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