Skip to main content
Glama
garland3

atlas-introspect-mcp

by garland3

write_prompt_file

Overwrite a .md prompt file with new content, backing up the previous version. Changes apply to all chats after ATLAS restart, requiring user confirmation for system prompt.

Instructions

Overwrite an on-disk prompt file, backing up the previous version.

Affects every chat in this instance and applies on the next ATLAS restart. Confirm with the user before changing system_prompt.md.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFilename ending in .md, inside the prompts directory.
contentYesFull replacement text.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosure. It reveals that the operation is destructive in nature but backs up the previous version, affects all chats, and takes effect only on restart. It also mandates user confirmation for a specific file. This goes beyond the schema and gives the agent a solid understanding of side effects and prerequisites, though it omits details like error conditions or backup restore process.

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 highly efficient: two sentences convey the core action, backup behavior, global side effects, restart timing, and a confirmation requirement. Every sentence earns its place, and the primary action is front-loaded. There is no redundant or superfluous text.

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 mutation tool with no annotations but an output schema, the description provides sufficient context: what it does, the backup, the global impact, timing, and a confirmation caution. Minor gaps exist, such as behavior if the file does not exist or if backup creation fails, but these are edge cases that the agent can infer. Overall, the description covers the essential information needed to invoke the tool correctly.

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 input schema already covers both parameters with descriptions (name: 'Filename ending in .md, inside the prompts directory'; content: 'Full replacement text'), achieving 100% schema description coverage. The tool-level description adds no parameter-specific guidance, so the baseline of 3 is appropriate; the schema adequately conveys semantics without needing further elaboration.

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 a specific verb and resource: 'Overwrite an on-disk prompt file, backing up the previous version.' This clearly distinguishes it from read-only siblings like read_prompt_file and list_prompt_files by stating the mutating action and the backup behavior. It also notes the scope ('affects every chat') and timing ('next ATLAS restart'), making the tool's role unambiguous.

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 description provides concrete usage context: the global effect, the deferred application, and the explicit requirement to confirm before changing system_prompt.md. It implies this is for on-disk prompt files as opposed to custom prompts managed by siblings like create_custom_prompt/update_custom_prompt, though it does not explicitly name alternatives or state when not to use this 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/garland3/atlas-introspect-mcp'

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