Skip to main content
Glama
jmpdsevilla

bovedia

read_authorship

Audit note authorship: identify which authors wrote which grapheme ranges, with coverage percentages and extracts.

Instructions

Consultar, auditar o revisar la autoría del cuerpo de una nota: qué autores escribieron qué rangos del texto. Devuelve un resumen compacto con cada autor, sus rangos en grapheme indexes (relativos al cuerpo), el porcentaje del cuerpo que cubren y un extracto de cada rango. Útil para auditar quién escribió qué cuando la nota se ha ido editando a varias manos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNombre de la nota sin extensión .md
Behavior3/5

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

No annotations exist, so the description must disclose behavior. It explains the output (authors, ranges, percentages, excerpts) and implies it is read-only. However, it does not mention error cases, permissions, or side effects, which are relevant for transparency.

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 two sentences, front-loading purpose. It is concise but could be slightly more structured by separating the 'what' from the 'when'. Still, it wastes no words.

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?

The tool is simple with one parameter and no output schema. The description covers what it does and what it returns. It lacks mention of error handling (e.g., note not found), but overall it is complete for a read-only audit tool.

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 schema has 100% coverage, but the description adds essential meaning: 'Nombre de la nota sin extensión .md' clarifies the format and usage of the 'name' parameter beyond the schema description.

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?

Description clearly states the tool audits authorship of a note, returning a compact summary. It uses specific verbs and distinguishes from sibling tools like 'peek_note' which likely don't offer authorship analysis.

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 context for when to use it ('útil para auditar quién escribió qué cuando la nota se ha ido editando a varias manos'), but does not explicitly state when not to use it or alternatives. Since no sibling tool overlaps, this is sufficient.

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/jmpdsevilla/BovedIA'

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