Skip to main content
Glama

decision_import

Destructive

Imports local git history and decision-bearing Markdown to generate provenance-tagged Decision Graph extraction prompts, keeping imported content review-only until committed.

Instructions

Mine local git history and decision-bearing Markdown into provenance-tagged Decision Graph extraction prompts. Imported history remains review-only until decision_commit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_globsNoRepository-relative Markdown globs. Supports * and **.
repo_pathYesLocal repository directory to inspect.
max_commitsNoMaximum git commits to inspect (cap 1000).
max_chunk_charsNoMaximum material characters per extraction chunk. Oversized single items are continuation-split (cap 60000).
Behavior3/5

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

Annotations mark destructiveHint=true, and the description adds that imported history is review-only, partially clarifying the nature of the operation. However, it does not detail what side effects occur (e.g., writes to a temporary store) or explain the behavior beyond this hint. With annotations providing a baseline, the description adds moderate value.

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 with no wasted words. It is front-loaded with the core action and includes a key workflow detail, making it efficient and easy to parse.

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?

For a 4-parameter tool with no output schema, the description covers the purpose and a usage hint but lacks details on return values (what form do extraction prompts take?), prerequisites (must have a git repo), and what 'review-only' means in practice. Given the complexity, more context would be helpful.

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 schema already documents all parameters with descriptions, defaults, and constraints. The tool description adds no additional meaning beyond what is in the schema, meeting the baseline expectation.

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 tool mines local git history and decision-bearing Markdown into provenance-tagged extraction prompts. It uses a specific verb ('mine') and resource, and implies a unique function compared to siblings like decision_add and decision_commit.

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 workflow context by noting that imported history remains review-only until decision_commit, helping agents understand when to use this tool (bulk import) versus manual addition. However, it does not explicitly name alternatives or state when not to use it.

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/rhinocap/raven-mcp'

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