Skip to main content
Glama

infer_dataset

Apply a FisPro fuzzy inference system to every row of a CSV dataset, returning outputs or saving them to a file.

Instructions

Applique le système flou à toutes les lignes d'un fichier CSV.

Args: path: chemin du fichier .fis. csv_path: CSV dont les colonnes correspondent aux entrées (par nom, sinon par ordre). output_csv: si fourni, écrit le résultat complet dans ce fichier. backend: "auto", "r" ou "python". max_preview: nombre de lignes retournées dans la réponse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
backendNoauto
csv_pathYes
output_csvNo
max_previewNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses key behaviors like writing a full result to an optional output file and returning a preview limited by max_preview, but does not mention side effects such as file overwriting or error handling.

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 with a clear purpose statement followed by a parameter list. It is concise and relevant, though the 'Args:' header could be considered unnecessary structure.

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?

The description covers the main flow of input files, optional output, backend, and preview size, but lacks details on the exact output structure and potential file system side effects. Given the absence of an output schema, this is a notable gap.

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?

The description provides thorough explanations for all five parameters, including file paths, column matching, optional output, backend choices, and preview size. This fully compensates for the 0% schema description coverage.

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 applies the fuzzy system to all rows of a CSV file, using a specific verb and resource. It distinguishes from sibling tools like 'infer' by the explicit batch scope, though it does not name alternatives.

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?

No explicit guidance is given on when to use this tool versus alternatives such as 'infer' for single inferences. The description implies batch usage but lacks context about when not to use it or how it fits into the workflow.

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/Kofi04/fispro-mcp'

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