Skip to main content
Glama

enable_tools

Add optional capability packs mid-session to a running Word document. Choose specific packs for citations, review, academic, media/forms, COM live, protection, or select everything for full access.

Instructions

Enable optional tool packs mid-session (sessions start lite). Idempotent; reports tokens added. packs = names below or ['everything']; disable_tools reverses it. Task map: cell merges, tables, images, forms -> media-forms; tracked changes, comments -> review; citations -> references; TOC, notes -> academic; document merge -> assembly; PDF, live Word -> com-live; redaction -> protection-io. Packs:

  • references (~2.4k): citations and bibliography: Word-native sources, bibliography styles, Zotero search/cite, parity checks, style conversion

  • review (~1.8k): tracked changes (read, accept/reject), comments (add, reply, resolve), reviewer reports, structured diff, anonymize

  • academic (~5.7k): notes, TOC, index, captions, cross-references, bookmarks, headers/footers, sections, styles, word counts, validation, submission prep, accessibility

  • assembly (~1.7k): multi-document work: insert/split documents, move sections, copy tables across files, templates, mail merge

  • media-forms (~4.1k): images, charts, equations, text boxes, hyperlinks, table structure (merge/split cells, rows, columns, sort), forms, content controls, field codes

  • com-live (~2.2k): drives the Word app: PDF import/export, compare/combine, proofing, readability, live editing of open documents

  • protection-io (~1.2k): protection, watermarks, redaction with verification, table CSV/JSON import/export

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.0.0

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and delivers: idempotency is stated, return behavior is disclosed ('reports tokens added'), the reversal path is given ('disable_tools reverses it'), and per-pack token costs are listed. No contradictions with annotations exist since none are provided.

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 long, but every section earns its place: action+context first, then idempotency, then the decision-critical task map, then the pack catalog with costs. The pack details are dense rather than padded; only minor trimming of capability sub-lists would tighten it further.

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?

For a no-annotation tool with 7 packs and dynamic session behavior, this is nearly complete: valid values, costs, idempotency, and reversal are all covered. Minor gaps remain — error behavior for invalid pack names and explicit confirmation that multiple packs can be combined in one call — but nothing that would block correct invocation.

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 0% and the schema only says `packs` is an array of strings. The description fully compensates by enumerating every valid pack name, listing capabilities per pack, and specifying the special `['everything']` value. An agent knows exactly what strings to pass.

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?

States a specific verb+resource: 'Enable optional tool packs mid-session (sessions start lite).' The description clearly distinguishes this from the sibling `disable_tools` by explicitly naming it as the reverse operation, so an agent can tell them apart immediately.

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?

Provides explicit when-to-use context ('sessions start lite') and a task map that routes specific jobs to specific packs (e.g., 'citations -> references; document merge -> assembly'). It also names the alternative (`disable_tools`) and the 'everything' catch-all, leaving no ambiguity about which pack to enable for a given task.

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

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