Skip to main content
Glama
gitmem-dev

GitMem

Official
by gitmem-dev

record_scar_usage

Track scar application by recording reference details and execution outcome to measure effectiveness.

Instructions

Track scar application for effectiveness measurement

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNoAgent identity (e.g., cli, desktop, autonomous)
scar_idYesUUID of the scar
issue_idNoLinear issue UUID
session_idNoGitMem session UUID (for non-issue session tracking)
variant_idNoUUID of the assigned variant from scar_enforcement_variants (for A/B testing)
surfaced_atYesISO timestamp when scar was retrieved
reference_typeYesHow the scar was referenced
acknowledged_atNoISO timestamp when scar was acknowledged
issue_identifierNoLinear issue identifier (e.g., PROJ-123)
reference_contextYesHow the scar was applied (1-2 sentences)
execution_successfulNoWhether the task succeeded after applying scar
Behavior2/5

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

Since no annotations are provided, the description carries the full burden of behavioral disclosure. It fails to mention that this tool creates a record, any side effects, or required permissions. The description is too minimal to inform the agent about the tool's behavior beyond its name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (5 words) and front-loaded. It wastes no words, but it may be too terse for a tool with 11 parameters. Every word earns its place, but additional context would be beneficial.

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

Completeness2/5

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

Given the tool has 11 parameters (4 required), no output schema, and no annotations, the description is insufficiently complete. It does not explain return values, interpretation of 'effectiveness measurement', or why certain parameters (e.g., 'variant_id') are needed. The agent would lack context for correct invocation.

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 has 100% coverage describing all parameters. The description does not add any additional meaning beyond the schema; it simply repeats the tool's purpose. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the verb 'Track' and specifies the resource 'scar application' with a clear goal 'for effectiveness measurement'. However, it could be more specific about the action (e.g., 'record' vs 'track'). It distinguishes from siblings like 'confirm_scars' or 'reflect_scars' implicitly.

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 its use for recording scar application events, but it provides no explicit context about when to use this tool versus alternatives (e.g., 'confirm_scars', 'reflect_scars'). No when-not-to-use guidance.

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/gitmem-dev/gitmem'

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