Skip to main content
Glama
IDinsight

senegal-mohebs-tlm-server

by IDinsight

Log a generated document

log_generation

Log character names, types, concepts covered, and terminology from a generated .docx to maintain consistency and inform future document generation.

Instructions

Call after uploading a generated .docx to the bucket (via create_upload_url). Reads the object's hash from storage and records what you produced so it feeds future consistency + variety. Log each character with details like {name, type} (e.g. {name:'Awa', type:'child'}), not just the name. No local file needed. 'unit' is the scope value (maths: chapter number); 'deliverable' is a deliverable key (maths: 'manual' or 'lessons'). REQUIRES CONFIRMATION: called without confirm:true it only returns a needsConfirmation notice — ask the user to approve writing to history, then call again with confirm:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitYes
confirmNo
contentYes
relPathYes
deliverableYes
Behavior4/5

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

With no annotations, the description carries full transparency burden. It reveals that the tool reads the object's hash from storage, records data, and requires a confirmation step (without confirm:true it returns a notice). It could mention more about side effects or errors, but it's quite transparent for a logging tool.

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 front-loaded with the core purpose and workflow. It is concise but includes necessary details like the confirmation flow and character logging requirements. Slightly dense, but every sentence adds value.

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?

Given the tool's complexity (5 params, nested objects, confirmation flow), the description covers the workflow, parameter semantics, and behavioral notes. It explains the confirmation behavior and character requirements. It doesn't describe the return format, but the purpose is well-covered.

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?

The description adds significant meaning beyond the input schema, which has 0% coverage. It explains that unit is a chapter number, deliverable is a key like 'manual', and characters must include every character found anywhere in the document with details like {name, type}. This compensates well for the schema's lack of descriptions.

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 it logs a generated document after upload, reads a hash from storage, and records the output for future consistency. It distinguishes this tool by specifying the post-upload context and the required parameters like unit, deliverable, and content details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use (after uploading via create_upload_url), provides a two-step confirmation flow, and explains the meaning of unit and deliverable with examples. This gives clear invocation guidance and disambiguates from other 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/IDinsight/senegal-mohebs-tlm-mcp'

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