re-report-write
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_report_writeA | Return server status + version. Always |
| write_reportA | Write content to path and return the SHA-256 of the result. The function is the foundational primitive the
Args:
path: file to write (must not contain Returns:: |
| 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:: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: health check, arbitrary content writing, and table rendering. There is no overlap.
Names follow a consistent underscore-separated pattern with verbs first, though 'check_report_write' deviates slightly from the straightforward verb_noun pattern of the other two.
Three tools is ideal for a focused write-only server that supports status checking, text writing, and table writing.
The tool set covers the essential operations for its domain: status check, arbitrary content writing with overwrite support, and specialized table rendering.