Skip to main content
Glama

log_work

Append a short work summary to the shared company activity log so teammates' agents can see it. Use after completing significant work, making a decision, or starting a task.

Instructions

Append a short work summary to the shared company activity log so every teammate's agent can see it. Call this after completing significant work, making a decision, or starting a task others should know about. Keep it to 1-3 sentences.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoWhat it relates to: issue id (REF-123), repo area, or project
textYesWhat was done / decided / started
Behavior4/5

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

No annotations provided, so description carries full burden. Clearly states it appends to a shared log. Does not mention permission requirements or reversibility, but for a simple write operation this is adequate.

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?

Three sentences total, with purpose front-loaded. Every sentence adds value: purpose, usage triggers, content length guideline. No wasted words.

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?

Given low complexity, no output schema, and full schema description coverage, the description is complete. It explains the tool's role, when to call, and how to format input.

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

Parameters5/5

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

Schema coverage is 100% and description adds valuable context beyond schema: 'ref' explained as issue id, repo area, or project; 'text' as what was done. This helps agents format correct inputs.

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 ('append', 'summarize') and identifies the resource ('shared company activity log'). It distinguishes from sibling tools like 'activity_log' (likely read-only) and 'comment_on_issue' (issue-specific).

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?

Explicitly states when to call the tool: after completing significant work, making a decision, or starting a task. Also provides content constraints ('1-3 sentences'). Does not explicitly mention when not to use, but context is clear.

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/quantbagel/crewlog'

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