Skip to main content
Glama

set_visibility

DestructiveIdempotent

Change a project's visibility to personal, public, or app. Set project_id and new visibility to control access, login requirements, and billing plan.

Instructions

Change a project's visibility.

  • personal: you + invitees, login-gated, free

  • public: on the open web, requires Public plan ($12/mo). No app-level auth.

  • app: on the open web + user signups, requires App plan ($39/mo). Required if [auth] is enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID (e.g. proj_a8Kq7fR2xZ)
visibilityYesNew visibility
Behavior3/5

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

Annotations already declare destructiveHint=true and idempotentHint=true. Description adds context about plan requirements and auth implications. However, it doesn't disclose side effects like potential service disruption or permission requirements beyond plan.

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?

Two-line bulleted format is highly concise. Every sentence adds new information: first sentence states purpose, subsequent bullets detail each option. No wasted words.

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

Completeness4/5

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

Given the tool has clear schema and annotations, the description is nearly complete. It covers visibility options and their constraints. Missing mention of return value (likely success/failure) but acceptable since no output schema and it's a setter.

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

Parameters3/5

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

Schema covers 100% of parameters with descriptions. The description adds value by explaining the real-world meaning of each visibility option (login-gated, public web, etc.) beyond enum values, which is helpful but baseline is 3.

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 changes a project's visibility, with specific verb 'change' and resource 'project's visibility'. It distinguishes from siblings like update_project, which likely adjusts other project attributes.

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 by detailing each visibility option's constraints (plans, auth needs). It implies when not to use (e.g., if project lacks required plan, this will fail), which helps agent avoid errors.

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/Woobox/hatchable-mcp'

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