Skip to main content
Glama

Identify constant (closed form)

identify_constant

Identify a numeric constant's closed form by searching known constants and re-evaluating candidates with high precision; returns 'unidentified' if no match.

Instructions

Identify a real number's closed form, airtight: PSLQ + closed-form search, every candidate independently re-evaluated to 50+ digits, honest UNIDENTIFIED otherwise. Use when you have a numeric constant and want to know what it IS. Args: value (decimal string — give MANY digits, >16), optional basis (constant names like ['pi','e']).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesthe real value as a decimal string (give many digits, >16)
basisNooptional constant basis, e.g. ["pi","e","catalan"]

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
identifiedYes
bestYesbest verified candidate {expr, display, digits_agreed, provenance}, or null if honest UNIDENTIFIED
candidatesYes
basisNo
unidentified_reasonNo
noteNo
Behavior4/5

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

No annotations are provided, so the description must bear full burden. It discloses the algorithm (PSLQ + closed-form search), re-evaluation to 50+ digits, and honest 'UNIDENTIFIED' outcome, which is good behavioral transparency.

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 sentences with no wasted words. First sentence clearly states purpose and methodology; second tells when to use and parameter details. Perfectly front-loaded and concise.

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's complexity and the presence of an output schema (not shown but indicated), the description covers algorithm, reliability, and parameters. It could mention output format, but output schema handles that. Overall complete.

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

Parameters4/5

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

Schema description coverage is 100%, baseline 3. The description adds valuable context: 'value (decimal string — give MANY digits, >16)' and 'optional basis (constant names like ["pi","e"])', improving understanding beyond the schema.

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 identifies a real number's closed form using PSLQ and closed-form search, with independent re-evaluation. This distinguishes it from sibling tools like 'identify_sequence' and others.

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 explicitly says 'Use when you have a numeric constant and want to know what it IS.' While it doesn't list exclusions, the context makes usage clear.

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/Archerkattri/mathlas'

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