Skip to main content
Glama
j551n-ncloud

blok-berichtsheft

by j551n-ncloud

add_activity

Add a daily activity entry to a Berichtsheft training report. Automatically reuses an existing empty row or creates a new one, and can set location and presence status.

Instructions

Add a new Berichtsheft activity entry for a specific day. Reuses an empty row if one exists for that day, otherwise adds a new row. Optionally also sets that day's location and/or presence status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format, e.g. 2026-07-22. Must fall on a Mon-Fri.
textYesDescription of the activity/task performed
hoursNoTime spent, e.g. "1h:30min", "1:30", or "1,5"
locationNoWhere the day took place
presenceNoAttendance status for the day
departmentNoAbteilung/Sparte code for the week. Call list_departments and confirm with the user first - do not guess a code.
Behavior3/5

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

No annotations provided, so the description must fully disclose behavior. It reveals that empty rows are reused and that location/presence can be optionally set. However, it does not explain what happens if the date already has a full row, whether the activity is appended, or any side effects (e.g., overwriting existing data). More detail on mutation behavior and error states would improve transparency.

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?

Three clear, front-loaded sentences: purpose, key behavior (row reuse), and additional capabilities. No redundant words or filler. Every sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should explain what the tool returns or confirms on success. It does not mention return values, error handling, or side effects beyond adding an entry. For a simple add operation, this is adequate but leaves the agent guessing about confirmation or error states. A brief note on expected response (e.g., 'Returns the created activity entry ID') would make it more complete.

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 coverage is 100%, so baseline is 3. The description adds context about row reuse and optional location/presence setting, but does not enhance understanding of individual parameters (e.g., the format of 'hours' or the meaning of enum values) beyond what the schema already provides. The added value is marginal.

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 clearly states the tool's action: 'Add a new Berichtsheft activity entry for a specific day.' It also explains row reuse, making it distinct from sibling tools like get_week (read-only) and set_day_status (status change). The verb 'add' plus specific resource 'activity entry' leaves no ambiguity.

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

Usage Guidelines3/5

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

The description implies usage context (adding activity entries) but does not explicitly guide when to use this tool versus alternatives like set_day_status or set_department. For instance, it doesn't clarify that add_activity is for daily tasks while set_day_status handles overall attendance. The mention of optionally setting location/presence could cause confusion with set_day_status.

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/j551n-ncloud/blok-berichtsheft-mcp'

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