Skip to main content
Glama

symbol_exists

Check if a symbol exists in Emacs obarray to verify function or variable availability before use.

Instructions

Check if a symbol exists in obarray. Returns symbol name or nil.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesThe symbol name to look up.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the return behavior ('Returns symbol name or nil'), which is helpful, but lacks details on error handling, performance implications, or what 'obarray' entails. For a tool with zero annotation coverage, this leaves significant gaps in understanding its operational traits.

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 extremely concise and front-loaded, consisting of a single sentence that efficiently conveys the core purpose and return behavior. Every word earns its place, with no redundant or verbose elements, making it easy for an agent to parse quickly.

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 low complexity (1 parameter, no output schema, no annotations), the description is minimally complete. It covers the basic purpose and return value, but lacks context about 'obarray' and usage guidelines. Without annotations or output schema, more behavioral details would improve completeness, but it's adequate for a simple lookup 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?

Schema description coverage is 100%, with the parameter 'symbol' documented as 'The symbol name to look up.' The description adds no additional parameter semantics beyond this, such as format examples or constraints. Given the high schema coverage, a baseline score of 3 is appropriate, as the schema adequately handles parameter documentation.

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's purpose: 'Check if a symbol exists in obarray.' It specifies the verb ('Check') and resource ('symbol in obarray'), and distinguishes it from siblings by focusing on existence checking rather than documentation, completions, or evaluation. However, it doesn't explicitly differentiate from similar tools like 'check_feature' or 'list_features', which slightly limits sibling distinction.

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 description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, context for 'obarray', or compare it to siblings like 'check_feature' or 'list_features'. The agent must infer usage from the purpose alone, which is insufficient for optimal tool selection.

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/landermkerbey/ragmacs-mcp'

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