Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

dynamic_1d_bifurcation

Perform bifurcation analysis of one-dimensional dynamical systems by sweeping a parameter and tracking equilibria to reveal critical transitions and stability changes.

Instructions

Bifurcation analysis of x' = f(x; bif_param): equilibria vs parameter sweep.

Args: func_str: f(x) used when model is 'custom'. model: 'custom' | 'malthus' | 'verhulst' | 'newton'. params: values of the other model parameters, e.g. {'K': 2.0}. bif_param: name of the bifurcation parameter swept between bif_min and bif_max. bif_min, bif_max, bif_steps: parameter sweep range/resolution. x_min, x_max, n_phase: state window for finding equilibria. phase_params: optional explicit parameter values for phase slices. control_enabled: add a constant control term -h (verhulst/custom only).

Returns: Dict with the equilibria-vs-parameter table, exact symbolic analysis and phase slices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNocustom
x_maxNo
x_minNo
paramsNo
bif_maxNo
bif_minNo
n_phaseNo
func_strNox
bif_paramNor
bif_stepsNo
phase_paramsNo
control_enabledNo
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral transparency. It goes beyond a simple statement of purpose by disclosing the method (bifurcation analysis), the output structure (Dict with equilibria-vs-parameter table, symbolic analysis, phase slices), and additional behavioral details like the control_enabled option adding a constant control term -h (verhulst/custom only). It does not mention limitations or side effects, but for a pure computation tool this is adequate. The description adds substantial context beyond the schema.

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 well-structured: a concise front-loaded summary line, followed by an Args section and Returns line. Every sentence provides necessary information and there is no wasted text. The length is appropriate given the 12 parameters, and the formatting (section headers, parameter list) enhances readability.

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

Completeness5/5

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

Given the complexity (12 parameters, no annotations, no output schema), the description is remarkably complete. It states the purpose, parameter semantics, model options, conditional behavior (control_enabled restrictions), and the return structure. An agent has enough information to decide whether to use the tool and how to call it correctly. There are no obvious gaps in understanding the tool's functionality.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate, and it does so comprehensively. The Args block explicitly explains all 12 parameters with meaningful descriptions (e.g., 'bif_min, bif_max, bif_steps: parameter sweep range/resolution', 'func_str: f(x) used when model is custom'). This adds full semantic meaning beyond the bare schema names/defaults, making the tool highly invocable.

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 opens with a specific and precise statement: 'Bifurcation analysis of x' = f(x; bif_param): equilibria vs parameter sweep.' This clearly identifies the operation (bifurcation analysis), the resource (1D ODE x'=f(x;bif_param)), and the scope (equilibria vs parameter sweep), distinguishing it from siblings like dynamic_1d_equilibria (equilibria without sweep) and dynamic_1d_solve (time-series solving).

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 clearly communicates its purpose and context: it's for bifurcation analysis, which implies when to use it (when studying how equilibria change with a parameter). However, it does not explicitly name alternative tools or state when-not-to-use it, which would earn a 5. The context is clear enough that an agent can infer appropriate usage, so a 4 is warranted.

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/agmonetti/mathmethods-mcp'

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