Skip to main content
Glama

groups_note_update

groups_note_update
Destructive

Permite editar/configurar note no painel 9bot. Use quando o usuario pedir grupos, mesmo com termos incompletos ou sinonimos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
jidNo
noteNo
limitNo
offsetNo
groupJidNo
settingsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

Annotations already flag readOnlyHint=false and destructiveHint=true, and the description merely restates that the tool edits/configures a note without explaining what is overwritten, whether changes are reversible, or what side effects occur. It adds little behavioral context beyond the annotations.

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 compact and front-loaded with the action, using just two sentences with no filler. The second sentence is of questionable usefulness, but the overall structure is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An update tool with 7 optional-looking parameters, a nested settings object, and no schema documentation is severely underdescribed. An agent cannot reliably determine which identifiers are required or how settings should be structured; the output schema does not compensate for missing input semantics.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage and 7 opaque parameters, the description should clarify at least the core fields. It only implies that the 'note' parameter is the editable content; id, jid, groupJid, limit, offset, and settings remain unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence names a specific action ('editar/configurar') and a specific resource ('note no painel 9bot'), so an agent can infer this tool mutates a group note. It does not explicitly contrast with siblings like groups_note_delete or groups_settings_update, but the action is clear enough.

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

Usage Guidelines2/5

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

The only usage guidance is 'use when the user asks for groups, even with incomplete terms or synonyms,' which is overly broad and potentially misleading because a request for groups would more naturally map to groups_list or groups_get. There is no mention of when to prefer this over groups_note_delete or groups_settings_update, and no exclusions are stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.5/5.0
Disambiguation2/5

While categories like members, messages, and workflows are distinct, there are many near-duplicates (integrations_discord_get_status vs integrations_discord_status, commands_custom_create vs commands_custom_update) and generic tools like automations_update overlap with specialized automation tools. The repetitive placeholder descriptions ('Permite consultar detalhes de X no painel 9bot') provide little help in telling similar tools apart.

Naming Consistency4/5

Most tools follow a clear domain_subdomain_action snake_case pattern (automations_welcome_enable, community_pages_publish, moderation_strikes_add). A few outliers like analytics_predictive, reports_group_hot_topic_details, and workflows_runtime_status lack a clear verb, but the overall convention is consistent and readable.

Tool Count1/5

240 tools is an extreme count for any MCP server, far beyond the 50+ threshold and likely to overwhelm agents. Many similar operations could be consolidated into generic CRUD or config endpoints without losing domain coverage.

Completeness4/5

The surface is unusually broad, covering automations, commands, members, messages, moderation, reports, schedules, settings, summaries, and workflows with substantial lifecycle coverage. Minor gaps exist—for example, auto_approve_members and auto_removal_members lack explicit enable/disable tools—but agents can usually work around them via generic update tools.

Resources