Skip to main content
Glama
Nyrest

Capacities MCP

Append Markdown to Capacities daily note

append_daily_note_markdown

Append Markdown content to a Capacities daily note, choosing the date and whether to include an automatic timestamp.

Instructions

Explicitly append Markdown to a Capacities daily note. Use append_daily_note for the preferred structural JSON-block workflow. The API queues this write asynchronously and lossReport is preflight-only; Markdown conversion is lossy for exact underline styling, toggle details, Grid layout, and HTML background colors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDaily-note date as YYYY-MM-DD. Omit to use the API's current UTC day.
apiTokenNoOptional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output.
markdownYesMarkdown body for this explicit Markdown write tool. Use real newline characters, not literal backslash-n sequences.
noTimestampNoTrue omits Capacities' automatic timestamp heading.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoSuccess payload for this tool.
errorNoStable error information returned when the operation fails.
isErrorYesFalse for success; true when error is present.
Behavior5/5

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

The description adds critical behavioral details not present in annotations: the API queues writes asynchronously, lossReport is preflight-only, and Markdown conversion is lossy for underline styling, toggle details, Grid layout, and HTML background colors. This goes beyond the basic write indication from readOnlyHint=false.

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?

Two sentences convey the purpose, alternative, async behavior, and lossiness without redundancy. The primary action is stated first, followed by essential caveats, with no fluff.

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 an output schema present and annotations covering basic safety, the description provides all necessary context: the tool's action, when to use the alternative, the async nature, and lossy conversion caveats. No critical gaps are apparent for a write tool of this complexity.

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?

The schema provides descriptions for all 4 parameters, giving 100% coverage. The tool description does not add parameter-specific meaning beyond the schema, though it hints at Markdown formatting limitations that could affect the markdown parameter. This meets the baseline for full schema coverage.

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 'Explicitly append Markdown to a Capacities daily note', a specific verb+resource statement. It distinguishes this tool from the sibling append_daily_note by labeling that as the preferred structural JSON-block workflow, making the tool's unique role clear.

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 explicitly directs users to append_daily_note for the preferred structural workflow, naming an alternative. This implies this tool is for explicit Markdown writes, giving clear guidance on when to use it versus the sibling tool.

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/Nyrest/capacities-mcp-enhanced'

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