Skip to main content
Glama

Identify integer sequence (OEIS)

identify_sequence

Identify named sequences from ≥4 integer terms by exact contiguous match against a local OEIS copy.

Instructions

Match an integer sequence against a LOCAL OEIS copy by EXACT contiguous term-match (no fuzzy scoring; honest UNDETERMINED if the data files are absent). Use when you have >= 4 integer terms and want the named sequence. Args: terms (list of integers), max_results (default 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termsYesthe integer sequence to identify, e.g. [1,1,2,3,5,8,13,21] (give >= 4 terms)
max_resultsNomax OEIS matches to return (default 5)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
identifiedYes
matchesYes
data_dirNo
noteNo
remediationNopresent iff local OEIS data is missing — how to get it
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses exact matching, no fuzzy scoring, honest UNDETERMINED if data files absent, and default max_results. Covers key behavioral 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?

Three sentences, front-loaded with primary action, no wasted words. Efficient and clear.

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 output schema exists, description doesn't need return details. Covers usage context, missing file behavior, and parameter constraints. Complete for a simple tool.

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 coverage is 100%, baseline 3. Description adds value by specifying >=4 terms for the 'terms' parameter and default for max_results, which is helpful beyond 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 matches an integer sequence against a LOCAL OEIS copy using exact contiguous term-match. It distinguishes from siblings like identify_constant by specifying sequence matching and local copy.

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 to use when having >=4 integer terms and wanting a named sequence. It does not name alternative tools but implies when not to use (e.g., fewer terms, fuzzy matching).

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