Skip to main content
Glama

sassy_tool_group_toggle

Enable or disable a tool group to manage available tools. Sends a tools/list_changed notification so compatible clients update automatically.

Instructions

Enable or disable a tool group. Emits tools/list_changed notification.

NOTE: clients vary. MCP clients that handle tools/list_changed (Claude Code, Cursor, etc.) refresh automatically; clients that don't (Claude Desktop today) require a manual server restart.

group: core, android, system, github_quick, github_full, v020, persona enable: True to load, False to unload

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYes
enableNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses the side effect (emits tools/list_changed) and the critical client behavior caveat (some require restart). It also clarifies the meaning of enable (load) and disable (unload), going beyond the bare schema.

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 concise and well-structured: a clear purpose sentence, a side-effect note, a client caveat, and a compact parameter list. Every sentence adds value, and it is front-loaded with the primary action.

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?

The tool is simple, and the description covers the purpose, side effects, client impact, and parameters. The presence of an output schema means return values need not be described. The description is complete for effective use.

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%, so the description must compensate fully. It does so by listing the acceptable values for 'group' and explaining the boolean 'enable' as 'True to load, False to unload'. This adds significant meaning beyond the schema's bare type definitions.

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 clearly states the action ('Enable or disable a tool group') with a specific verb and resource, and it explicitly lists the valid groups. This distinguishes it from siblings like 'sassy_tool_groups' and other setup tools, which serve different purposes.

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

Usage Guidelines4/5

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

The description provides clear context on usage, including the fact that it emits a tools/list_changed notification and how different clients handle it. However, it does not explicitly mention alternatives or when not to use this tool, so it stops short of a 5.

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/sassyconsultingllc/SassyMCP'

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