Skip to main content
Glama

reset_profile

Clear and remove the host-scoped profile for a workspace to reset configuration to defaults. Use when profile data causes issues or needs a clean slate.

Instructions

Safely clear and remove the host-scoped profile for the specified workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoConfiguration scope ('project' or 'global', defaults to 'project')
host_idNoHost identifier (optional, auto-detected from adapter if omitted)
workspaceNoWorkspace directory path (defaults to current working directory)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resetYesWhether reset state is confirmed
scopeYesScope reset
clearedYesWhether profile file was cleared
host_idYesHost identifier
messageYesReset outcome message
successYesWhether profile reset succeeded

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/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 behavioral disclosure. It clearly communicates that the profile is removed, which implies destructiveness and irreversibility, but it does not elaborate on side effects, whether configuration reverts to defaults, or what 'safely' guarantees. The word 'safely' adds a reassuring tone but no concrete detail.

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 a single, front-loaded sentence with no redundant phrasing. It conveys the action, scope, and a safety framing without wasting words, making it easy for an agent to parse quickly.

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?

Although an output schema exists and parameters are fully documented, the description is thin for a destructive operation. It does not mention whether the reset triggers any re-initialization, whether it can be undone, or how it interacts with saved profiles. These gaps could leave an agent uncertain about consequences beyond the literal removal.

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 provides descriptions for all three parameters, achieving 100% coverage. The description does not add parameter-specific meaning beyond the schema, so the baseline of 3 applies; it briefly references workspace and host scope, but these are already covered in the schema.

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 uses specific verbs ('clear and remove') with a clear resource ('host-scoped profile') and scope ('for the specified workspace'), making the action unambiguous. It also distinguishes itself from siblings like get_profile and save_profile by focusing on deletion rather than retrieval or persistence.

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

Usage Guidelines2/5

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

The description does not state when to use this tool versus alternatives, nor does it mention any prerequisites or conditions that would make resetting appropriate. While the verb implies a reset scenario, there is no explicit routing guidance relative to sibling tools such as apply_configuration or preview_configuration.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/LightDevCoder/agent-config'

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