Skip to main content
Glama
huangjianhuster

Biomolecule Modeling MCP Server

reset_workflow_report

Clears the session workflow report and starts a fresh timestamped record for the current structure-preparation task. Use at the start of a new task to ensure a clean report.

Instructions

Clear the session workflow report and start a fresh record.

WHEN TO USE

Call at the start of a new structure-preparation task when you want a clean report that covers only the current structure, not any previous work done in the same server session. Each reset starts a new timestamped report file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_fileNoOptional explicit path for the new session's report file. If omitted, a timestamped file is auto-generated in the current working directory on the first tool call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool clears the session report, starts a fresh record, and creates a new timestamped file per reset. It does not discuss whether old files are preserved or return specifics, but the output schema helps fill that gap.

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 compact and front-loaded, with a clear one-line purpose followed by a short WHEN TO USE block. Every sentence adds value and there is no filler or repetition.

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

Completeness4/5

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

For a simple tool with one optional parameter and an output schema, the description covers purpose, timing, and reset semantics. It could be slightly more explicit about whether previous report files are preserved, but that word 'new timestamped file' implies non-destructive behavior.

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% for the single optional report_file parameter, which is fully described in the schema. The description adds no parameter-specific meaning, but the baseline of 3 applies when the schema already explains the parameter.

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 'Clear the session workflow report and start a fresh record,' which is a specific verb and resource. It clearly distinguishes itself from sibling tool get_workflow_report, which reads the report rather than resetting it.

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

Usage Guidelines4/5

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

The 'WHEN TO USE' section explicitly states to call at the start of a new structure-preparation task when a clean report is needed, and explains the rationale (avoiding previous work). It does not name explicit exclusions or alternative tools, but the context is clear enough.

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/huangjianhuster/biomolecule-modeling-mcp'

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