Skip to main content
Glama
hermoso-ai

Hermoso

Official

Turn on more Hermoso tools

enable_tools
Idempotent

Activate additional tool groups like ads or analytics on demand to access campaign management and measurement features missing from the current session.

Instructions

Switch on a group of tools that is not in this session's roster. WORKS ON CLIENTS THAT RE-READ THE TOOL LIST (stdio, the CLI); a host that fixed its roster at connect time — ChatGPT does — will not show the new tools until it reconnects, and this tool says so in its reply rather than reporting a success you cannot use. The connect-time route that always works is ?tools=all on the server URL. The default roster is every group EXCEPT ads and analytics, which are held out purely on SIZE: paid-campaign management is by far the largest group, most of the total schema weight across eleven ad platforms, and measurement is a third again on top of everything else. Most sessions need neither. Nothing in either is unfinished or unsafe — they are one call away. CALL THIS THE MOMENT YOU NEED ONE. If the user asks to build, budget, target, report on or change an ad campaign on any platform, call enable_tools({groups:['ads']}) first and the tools appear. If they ask about their own site or product analytics, a tag/tracking container, or how a search engine crawls, indexes or ranks their site, call enable_tools({groups:['analytics']}). Groups: core, research, create, channels, analytics, ads, files, workspace — or 'all'. Free, instant, and it never turns anything off.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupsYesGroups to switch on, e.g. ['ads']. Unknown names are refused by name rather than ignored.
Behavior5/5

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

Annotations already include idempotentHint=true, destructiveHint=false, and readOnlyHint=false, but the description adds valuable behavioral context: how the tool behaves on different host types (stdio/CLI re-read vs. chat fixed roster), that it explicitly reports the limitation rather than false success, and that it never turns anything off and is free/instant. It also explains why ads/analytics are excluded by default (size), which is beyond what annotations could convey.

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 lengthy but remarkably dense—every sentence contributes critical information. It front-loads the core purpose, then covers caveats, triggers, and technical details in a logical order. No filler or redundancy; the length is justified by the tool's meta-nature and the need to explain both host behavior and usage triggers.

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?

Given this is a tool-enabling tool with only one parameter, the description is exceptionally complete. It explains the full context: why certain groups are excluded by default (size), when to invoke it, how it differs from connect-time configuration, and what to expect in response. An agent has everything needed to correctly decide when and how to call it.

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 100% (the only param `groups` has a description), but the description adds far more: it lists all valid group names, gives usage examples with `['ads']` and `['analytics']`, clarifies that unknown names are refused by name, and explains the default exclusions. This goes well beyond schema to fully define the parameter's meaning and accepted values.

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 tool's purpose: 'Switch on a group of tools that is not in this session's roster.' This is a specific verb and resource, and it distinguishes this meta-tool from the many sibling tools that perform content operations. The detailed explanation of how it differs from a connect-time configuration (e.g., `?tools=all`) further clarifies its unique role.

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 provides explicit when-to-use guidance with concrete examples: 'CALL THIS THE MOMENT YOU NEED ONE' and specific triggers like 'If the user asks to build...an ad campaign, call enable_tools({groups:['ads']}) first.' It also explains when not to rely on it (hosts that don't re-read the tool list) and points to the reliable alternative (`?tools=all`). This is model guidance.

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/hermoso-ai/hermoso'

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