Skip to main content
Glama
Heretek-RE

re-report-write

by Heretek-RE

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_report_writeA

Return server status + version. Always status: OKre-report-write has no external system dependencies.

write_reportA

Write content to path and return the SHA-256 of the result.

The function is the foundational primitive the re-report skill uses to commit report fragments to Output/<run-id>/<file>.md. The returned SHA-256 is the integrity hash the run manifest records.

Args: path: file to write (must not contain .. or target a system directory) content: text content (typically Markdown) overwrite: if True, overwrite an existing file; if False, refuse to overwrite

Returns::

{
  "path": "...",
  "size": N,
  "sha256": "<64 hex chars>",
  "overwritten": bool,
}
write_tableA

Render a Markdown table from headers + rows and write it to path.

The table is rendered in GitHub-Flavored Markdown (GFM) style: a header row, a separator row, then one row per record. Column widths are computed from the longest value in each column.

Args: path: file to write headers: column headers (one entry per column) rows: row data (one list per row) overwrite: if True, overwrite an existing file

Returns::

{
  "path": "...",
  "size": N,
  "sha256": "<64 hex chars>",
  "row_count": M,
  "column_count": K,
}

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Heretek-RE/re-report-write'

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