Skip to main content
Glama

Record an observation in the project journal

log_event

Record decisions, problems, milestones, and notes mid-build to preserve context for App Factory's workflow and future reasoning.

Instructions

Write to App Factory's journal (its brain). Use it for things worth remembering mid-build: decisions ('chose Postgres over SQLite because...'), problems ('build fails on Windows paths'), milestones ('frontend package complete'), or notes ('user prefers fewer questions'). Tool calls are journaled automatically - log the reasoning and events between them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nameYesShort label, e.g. 'db-choice'
detailYesWhat happened / what was decided and why
projectIdNoProject this relates to, if any
Behavior3/5

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

With no annotations, the description carries the burden. It adds a key behavioral note (tool calls are journaled automatically), but doesn't disclose other traits like persistence, editability, or permission requirements. It's adequate but not rich.

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 compact and front-loaded with the main verb and resource, followed by illustrative examples and a behavioral nuance. No redundant filler; each sentence contributes.

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 simple logging tool with schema coverage and no output schema, the description provides enough context about what to log and how to format it. It doesn't cover edge cases or errors, but those are less critical here.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 75%, and the description adds meaning beyond it by mapping the 'kind' enum to real-world examples (decision, problem, milestone, note) and illustrating detail format. This helps the agent choose appropriate values.

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 clearly states the tool writes to App Factory's journal and gives concrete examples (decisions, problems, milestones, notes). It is specific about the resource and scope, though it doesn't explicitly differentiate from sibling tools like remember or record_answer.

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?

Provides clear usage context: 'Use it for things worth remembering mid-build' with enumerated categories. It also implies a when-not via 'Tool calls are journaled automatically - log the reasoning and events between them,' but doesn't explicitly name alternative tools.

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/DPGS-oss/app-factory-mcp'

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