Skip to main content
Glama

set_bibliography_style

Set the style of Word-native citations and bibliography fields to APA, Chicago, MLA, IEEE, Turabian, Harvard, GB7714, GOST, ISO 690, or SIST02. Affects Word fields only; auto-backup and atomic save.

Instructions

Set the style Word-native CITATION and BIBLIOGRAPHY fields render in: APA | Chicago | MLA | IEEE | Turabian | Harvard - Anglia | GB7714 | GOST - Name Sort | GOST - Title Sort | ISO 690 - First Element and Date | ISO 690 - Numerical Reference | SIST02. Affects Word-native fields only: manager citations restyle in their own manager, plain-text citations take convert_citation_style. Run detect_citation_system first on unfamiliar documents: mixing Word-native and Zotero/Mendeley/EndNote citations creates a bibliography no single manager maintains. Auto-backup: prev/anchor slots in .ks4w-backups (backup=False skips rotation only); atomic validated save. Refuses documents open in Word.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleYes
backupNo
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so well. It discloses side effects (auto-backup into .ks4w-backups, atomic validated save), conditional behavior (backup=False skips rotation only), and a refusal condition (documents open in Word). This is unusually transparent for a mutating tool.

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?

The description is dense but every element earns its place: the scope, the accepted values, boundary conditions, workflow advice, backup semantics, and safety behavior. The most important fact — what the tool modifies and how — is front-loaded, and the formatting is scannable.

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?

For a mutating citation-formatting tool with no annotations, the description covers scope, alternatives, prerequisites, side effects, persistence behavior, and locking. The output schema handles return-value expectations, and the required parameters are covered by the input schema, so nothing essential is missing.

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 parameter descriptions are absent, so the description must compensate. It adds meaningful semantics for style by enumerating all accepted values, and for backup by explaining rotation behavior when backup=False. file_path is only implied, but its name and the document-focused context make its purpose clear.

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 opens with a specific verb and resource: 'Set the style Word-native CITATION and BIBLIOGRAPHY fields render in', followed by an exhaustive style list. It actively distinguishes itself from sibling tools by noting that plain-text citations use convert_citation_style and that manager-managed citations are outside its scope.

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?

The description gives explicit when-to-use guidance: run detect_citation_system first on unfamiliar documents, and explains when not to use it — it only affects Word-native fields, while manager citations and plain-text citations have their own paths. This directly prevents misuse and routes the agent to alternatives.

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/nometalalchemist/KitchenSink4Word'

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