Skip to main content
Glama

add_source

Add or replace a bibliography source in a Word document, keyed by tag, for footnotes, citations, and references.

Instructions

Add or replace a bibliography source (matched by tag).

Source fields: tag, type (Book|BookSection|JournalArticle| ArticleInAPeriodical|ConferenceProceedings|Report| DocumentFromInternetSite|Misc), authors/editors/translators (list of {last,first,middle} or {corporate} or "Last, First" strings), title, year, month, day, publisher, city, journal, volume, issue, pages, edition, doi, url, accessed, note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outNo
pathYes
sourceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It does reveal the upsert behavior ('Add or replace... matched by tag') and enumerates the accepted source fields and type values. It does not mention prerequisites, side effects on existing data beyond replacement, permissions, or failure behavior.

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 then compactly enumerates the source fields. It is somewhat dense as a run-on list, but it contains no filler or redundant content.

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

Completeness2/5

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

The tool has no annotations, a mostly open source object, and siblings that overlap with reference management. The description fails to explain `path` and `out`, and does not help an agent choose between adding a source and importing references. The output schema exists, so return values are not the main gap, but invocation context is incomplete.

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?

The schema has 0% description coverage and the source object allows additional properties, so the description adds real value by listing all source fields and their formats. However, the required `path` parameter and optional `out` parameter are left completely unexplained, which is a significant gap for a tool with only three parameters.

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 verb ('Add or replace') and resource ('bibliography source'), and introduces the tag-matching semantics. It is distinct enough from remove_source and list_sources, though it does not explicitly name or differentiate sibling tools.

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

Usage Guidelines3/5

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

The description implies when to use the tool: you add or replace a source by tag. However, it gives no explicit guidance about when to prefer this over import_references, add_citation, or add_bibliography, nor any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.