Skip to main content
Glama

enable_tools

Enable optional tool packs mid-session to unlock references, review, academic, assembly, media-forms, live COM, or protection. List pack names or 'everything' to activate.

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 (~6.0k): 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.6k): 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.

  1. Addedv2.0.0

TDQS

A5/5.0
Behavior5/5

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

The annotation only provides readOnlyHint=false, which is minimal. The description adds substantial behavior disclosure: the operation is idempotent, reports tokens added, can accept the special value 'everything', and token counts per pack indicate a cost/effect. This goes well beyond the structured annotation.

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 long but well-structured: a lead sentence, a compact task map, then bulleted pack definitions. Each bullet conveys unique, necessary information (pack name, token count, feature list), so no sentence is wasted or redundant.

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 tool with a single array parameter and an output schema, the description covers all relevant context: valid values, side effects, token costs, the inverse sibling, and task-based pack selection. Since an output schema exists, not detailing return values is acceptable, and there are no obvious missing gaps.

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 input schema gives 'packs' as an array of strings with 0% description coverage. The description fully compensates by enumerating all valid pack names, offering the special 'everything' option, and mapping tasks to pack names, so an agent knows exactly what strings to pass and what they will enable.

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 states a specific verb and resource: 'Enable optional tool packs mid-session' and clarifies that sessions start lite. It also distinguishes itself from the sibling 'disable_tools' by explicitly naming it as the reverse operation, so an agent can tell them apart.

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 names 'disable_tools' as the tool that reverses this one, giving clear when-not-to-use context. The task-to-pack map provides concrete guidance for selecting the right pack based on the desired capability, and the 'sessions start lite' preface establishes why this tool would be needed at all.

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