Skip to main content
Glama
infino-ai

Infino MCP server

Official
by infino-ai

Token match (unranked keyword filter)

infino_token_match
Read-onlyIdempotent

Get rows containing specified tokens or stems instead of ranked results. Use this unranked keyword filter when you need the full matching set, not an ordered list.

Instructions

Use when you need the SET of rows containing a keyword, not a ranked order — a fast unranked keyword filter. Returns rows whose text column contains the token(s), matching indexed tokens and their stems. For ranked results use infino_keyword_search; for analytical filtering across columns use infino_sql.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoMatch any token ('or', the default) or every token ('and').
limitNoMax rows to return; matches beyond this are counted in 'matched' but not returned.
queryYesToken(s) to match.
tableYesTable to search.
columnNoText column to match; inferred if omitted.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.10.0
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observedv0.7.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description's job is lighter. It adds meaningful behavioral context beyond annotations: the operation is fast, unranked, matches indexed tokens and their stems, and returns a set of rows. This gives the agent a clear model of what the tool does without contradicting the annotations.

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, each earning its place: the first states the use case and core behavior, the second defines the return semantics, and the third routes to alternatives. The most decision-relevant information is front-loaded.

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?

For a read-only filtering tool with a fully documented schema and explicit sibling routing, the description is complete. It covers purpose, behavior, return semantics, and alternatives; the schema covers parameter details. No output schema exists, but the description's statement that it returns rows containing the tokens is sufficient for this tool's complexity.

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

Parameters3/5

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

Schema description coverage is 100%, so the input schema already documents all five parameters, including defaults, enums, and inference behavior. The description adds no parameter-level detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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 returns rows whose text column contains the token(s), and explicitly frames it as an unranked keyword filter producing a set rather than a ranked order. It distinguishes itself from infino_keyword_search and infino_sql, so an agent can identify the correct tool without opening schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description opens with a precise when-to-use condition: when you need the set of rows containing a keyword, not ranked results. It also names explicit alternatives and the conditions that select them: infino_keyword_search for ranked results and infino_sql for analytical filtering across columns.

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

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/infino-ai/infino-mcp'

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