Skip to main content
Glama

factorguide_navigate

Map the factorization terrain of your model. Send coupling structure (precision matrix preferred for n>2; covariance matrix recommended if sign or CC information is needed) and receive a block-diagonal strategy with calibrated risk prediction. Answers: 'How should I factorize, and what will it cost me?' Optional: set report_sign_detectability=true to get sign(ρ) for high-leverage pairs at no additional cost when variance ratio > 20. Requires X-Wallet header with your EVM wallet address (0x...). First 5 queries are free trial.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
couplingYes
task_typeNoinference
cost_modelNocubic
model_classNounknown
sample_sizeYes
synergy_checkNo
compute_budgetNominimize
encoding_labelNo
variable_namesNo
accuracy_targetNo
report_marginal_icNo
distribution_diagnosticsNo
report_sign_detectabilityNo

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description discloses key behaviors: requires an EVM wallet header, free trial limit, and conditional behavior for report_sign_detectability (no additional cost when variance ratio > 20). It also implies a read-only analysis. Still, it omits potential side effects or data handling details, so it is not fully transparent.

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 well-organized: starts with purpose, then input/output, then optional flag, then auth and pricing. Every sentence adds value, but the opening metaphor 'Map the factorization terrain' is slightly vague and could be replaced with a more direct statement. Still, it is efficient and not redundant.

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

Completeness2/5

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

Given the tool's complexity (13 parameters, no output schema, no annotations), the description is incomplete. It does not cover most parameters, output structure, error conditions, or what 'cost' means in detail. The provided information is a good start but leaves too many gaps for an agent to invoke it correctly.

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

Parameters2/5

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

Schema coverage is 0% and the description only explains 'coupling' (preferred input formats) and 'report_sign_detectability'. The other 11 parameters including sample_size, task_type, cost_model, model_class, and accuracy_target are left entirely unexplained. This does not adequately compensate for the lack of schema descriptions.

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 a specific action: 'Map the factorization terrain of your model' and explains the input (coupling structure) and output (block-diagonal strategy with calibrated risk prediction). It directly answers the question 'How should I factorize, and what will it cost me?' which distinguishes it from siblings like diagnose or explain.

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?

Provides clear input selection guidance: 'precision matrix preferred for n>2; covariance matrix recommended if sign or CC information is needed.' It also mentions prerequisites like X-Wallet header and trial limitations. However, it does not explicitly contrast with sibling tools, so it misses exclusionary guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool targets a distinct operation: diagnostic, navigation, explanation, regime detection, outcome reporting, payment, and synergy detection. No overlapping purposes; even the two 'detect' tools are clearly separated by domain (regime vs. synergy).

Naming Consistency2/5

Tool names are prefixed with 'factorguide_' but use a mix of single verbs (diagnose, explain, navigate) and noun_verb (regime_detect, synergy_detect) or verb_noun patterns (report_outcome, submit_payment). No consistent verb_noun or noun_verb pattern across the set.

Tool Count5/5

With 7 tools, the server covers a well-scoped set of operations for factor analysis guidance. The count is neither too small to be useful nor too large to be unwieldy.

Completeness4/5

The core workflow (navigate, diagnose, explain, report_outcome, submit_payment) forms a coherent loop for factorization guidance and feedback. Two pending tools (regime_detect, synergy_detect) indicate planned expansion but do not create critical gaps.