Skip to main content
Glama

cortex_tick_file

Mark a file as done or in-progress in the project file tree and save a checkpoint if the file exists on disk.

Instructions

Mark a file as created/done in file tree. Saves checkpoint if file exists on disk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesFile path (relative to project root)
statusNoStatus (done, in-progress, pending)
feature_idNoLinked feature ID
test_idNoLinked test ID
agentNoAgent name
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It mentions saving a checkpoint conditionally ('if file exists on disk'), but omits details like overwriting behavior, failure modes (e.g., file not found), permissions required, or side effects on the file tree. The transparency is insufficient for a mutation tool.

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 two sentences, front-loading the main action. Every word contributes meaning. No extraneous information.

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?

Given the tool has 5 parameters (1 required) and no output schema, the description covers the core action but lacks details on return values, what 'checkpoint' entails, or behavior when parameters are omitted. It is adequate but leaves gaps.

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 the input schema fully describes the parameters. The description does not add new meaning beyond what the schema provides. For example, it doesn't explain how feature_id or test_id are used. Baseline score of 3 is appropriate.

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 verb 'Mark a file as created/done' and the resource 'file tree', making the tool's purpose explicit. It also mentions saving a checkpoint, which adds specificity. Among sibling tools like cortex_log_progress or cortex_add_feature, this tool's file-marking function is distinct.

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?

No explicit guidance on when to use this tool versus alternatives is provided. However, the purpose is clear enough that an agent can infer usage: when needing to mark a file's status in the file tree. Lacks when-not-to-use or alternative tool references.

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/neuralnexustech/cortex-mcp'

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