Skip to main content
Glama
nometalalchemist

io.github.nometalalchemist/kitchensink4xl

disable_tools

Disable active tool packs to reclaim session context and reduce the tool surface, keeping the lite core. Reports freed tokens and remaining tools, with exact re-enable instructions.

Instructions

Disable previously enabled tool packs for this session and reclaim their context; the lite core always stays on. Idempotent. The result reports the packs just disabled, the approximate tokens removed, and the remaining surface. packs takes the same names as enable_tools (its description carries the menu) or ['everything']. Calling a tool from a disabled pack does not dead-end: the refusal names the owning pack and the exact enable_tools call to turn it back on. Refuses when the host pins the surface with KS4XL_PACK_POLICY=locked.

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. First observedv1.0.0

TDQS

A5/5.0
Behavior5/5

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

With no annotations, the description carries full disclosure responsibility, and it does so thoroughly. It discloses idempotency, that the lite core is never disabled, that the result reports disabled packs/token savings/remaining surface, and the failure behavior when a disabled tool is invoked or the host locks the surface.

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 information-dense but every clause earns its place. It front-loads the primary action, then adds idempotency, result contents, parameter semantics, recovery behavior, and policy constraints without redundancy or filler.

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 one parameter and a non-trivial interaction with enable_tools, the description is complete. It covers valid inputs, side effects, return relevance, policy refusal, and the non-dead-end behavior after disabling a pack; the presence of an output schema means return-value details do not need to be repeated.

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 only says packs is a required array of strings with 0% description coverage, so the description must supply the meaning. It does: packs accepts the same names as enable_tools or ['everything'], and it directs the agent to enable_tools' description for the actual menu. This fully compensates for the bare schema.

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: 'Disable previously enabled tool packs for this session and reclaim their context.' It also distinguishes behavior from enable_tools by noting the lite core stays on and that pack names match enable_tools, so an agent can tell exactly what this tool does.

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 clear operational guidance: it can disable packs by name or ['everything'], it is idempotent, it refuses under KS4XL_PACK_POLICY=locked, and it explains what happens if a tool from a disabled pack is called. It explicitly points to enable_tools for the pack menu and recovery path, covering both when and how to use the tool.

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/KitchenSink4XL'

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