Skip to main content
Glama

turn_on_hub_profile_community

Activate community features like posts, comments, and reactions on a hub profile by providing workspace and hub profile IDs.

Instructions

Enable community features for a hub profile (posts, comments, reactions).

workspace_id: target workspace ID — get available IDs from list_workspaces()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
hub_profile_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already indicate a mutating but non-destructive operation. The description adds that it enables posts, comments, and reactions, but does not disclose any side effects, prerequisites, or reversibility. It provides modest context beyond annotations but lacks deeper behavioral detail.

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 one sentence plus a parameter hint, with the core purpose front-loaded. No redundant information, and the hint for workspace_id is placed after the main action, which is efficient and clear.

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

Completeness3/5

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

Given the tool's specificity and that an output schema exists, the description covers the core action but misses explaining hub_profile_id and any conditions or effects of enabling community features. For a mutation tool, more context on what changes occur would improve completeness, but it is minimally adequate.

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?

Schema description coverage is 0%, so the description must compensate. It explains workspace_id with a helpful lookup hint, but completely omits hub_profile_id, leaving its meaning and source undocumented. This is a significant gap for a required parameter.

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 description clearly states the tool enables community features (posts, comments, reactions) for a hub profile, specifying a distinct action from other hub profile tools. However, it does not explicitly contrast with siblings like update_hub_profile, so a slight deduction for not differentiating the exact scope of enabling.

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?

There is no guidance on when to use this tool versus alternatives. The only hint is about obtaining workspace_id from list_workspaces(), which is a parameter lookup rather than usage direction. The agent is left to infer when this tool is appropriate.

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

Deploy Server

Other Tools