Skip to main content
Glama

Read Public Presence

alter_presence_read
Read-only

Determine whether a ~handle is currently marked public/open. Returns a simple open-or-closed answer while withholding the specific non-open state.

Instructions

Read whether a ~handle is publicly 'open', the shop-front sign. Free for callers. Reports whether the handle is currently set to public/open. Returns open-or-closed only; the specific non-open state is never disclosed. The handle must have enabled public presence AND currently be in the 'open' state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesTarget ~handle to read, e.g. ~blake.
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description consistently presents a read operation. It adds valuable behavioral detail beyond annotations: the response reveals only open-or-closed and never discloses the specific non-open state, and it clarifies the prerequisite conditions. No contradiction with annotations is present.

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 relatively compact and front-loaded with the core purpose, but it repeats the 'open' concept several times across four sentences. The redundancy is mild and does not obscure meaning, but a leaner wording would earn a top score.

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?

For a simple one-parameter read tool with no output schema, the description provides the essential return semantics (open-or-closed only), the prerequisite state conditions, and the cost notice. It does not cover error cases or the exact output type, but that is minor for this low-complexity tool.

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?

The single parameter 'handle' is already fully documented in the schema with type, max length, and an example. The description does not add new parameter semantics beyond saying the target is a ~handle, so it neither improves nor fails to compensate for schema coverage, which is already 100%.

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 specific operation: reading whether a ~handle is publicly 'open', with the shop-front sign metaphor. It also distinguishes the return contract (open-or-closed only) and does not confuse the read nature with the 'alter_' prefix.

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 gives clear context for when to call it: when you need to know if a handle is publicly open, and it notes the caller-facing condition that the handle must have enabled public presence and currently be open. It does not explicitly name alternatives or exclusions, but the tool's narrow purpose makes the usage context reasonably clear.

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

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/true-alter/cli'

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