Skip to main content
Glama

get_log

Retrieve the chronological change history for any directory in an OKF knowledge bundle. Returns log.md content, or empty string if no log exists.

Instructions

Get the log.md content for a directory in the bundle.

Log files contain the chronological history of changes. Returns empty string if no log exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoDirectory path relative to bundle root. Leave empty for the root log.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the empty-string return behavior and the path scope relative to bundle root. The verb 'get' implies a read-only operation, and the edge case handling is useful. It does not mention permissions or other side effects, but for a simple read tool this is sufficient.

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 three concise sentences, front-loaded with the main action. Each sentence provides value: the purpose, the context of log files, and the edge-case behavior. There is no unnecessary wording.

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

Completeness5/5

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

For a simple tool with one optional parameter and an output schema, the description is complete. It covers the core functionality, the nature of the content, and the empty-string return behavior, which is sufficient for an agent to select and 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?

Schema description coverage is 100%, so the schema already fully documents the path parameter. The description adds no additional semantics beyond what the schema states, aligning with the baseline score for high schema coverage.

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 retrieves log.md content for a directory, with a specific verb and resource. It distinguishes itself from siblings like get_concept and get_index by focusing on log files, and adds context that log files contain chronological history.

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 implies usage for retrieving chronological change history via 'Log files contain the chronological history of changes.' It does not explicitly mention alternatives or exclusions, but no direct sibling tool serves the same purpose (e.g., append_log_entry is for writing), so the guidance is adequate.

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/teomarcdhio/okf-mcp'

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