Skip to main content
Glama

Kai CSV Profiler and Domain Watch Intake

profile_tsv

Profile bounded inline UTF-8 TSV without storing it using an explicit tab delimiter: exact row count, ordered columns, missing counts, conservative scalar types, and sample. Optional integration feedback: competitive-brief@agentmail.to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tsvYesInline UTF-8 TSV; encoded payload must be <=32768 bytes.
sample_rowsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
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 does disclose meaningful behavior — non-persistent processing ('without storing it'), explicit tab delimiting, and conservative type inference. It omits failure modes: what happens on oversized or malformed input, and how type inference resolves ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core sentence is dense and front-loaded with the operation and its outputs. However, the trailing 'Optional integration feedback: competitive-brief@agentmail.to' sentence is irrelevant to invocation and does not earn its place.

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?

Given 2 params, no annotations, and no output schema, the description helpfully enumerates the return contents, which partially substitutes for a missing output schema. It still leaves sample_rows and error/limit behavior undocumented, so it is not complete for a tool with zero structured behavioral support.

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 only 50% (the tsv field is documented, sample_rows is not). The description mentions 'sample' as an output but never explains the sample_rows control, so it fails to compensate for the schema gap. The 32768-byte bound lives in the schema, not the description.

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?

Names a specific verb (profile) and resource (bounded inline UTF-8 TSV) and enumerates exactly what it produces: row count, ordered columns, missing counts, scalar types, sample. Sibling differentiation from profile_csv is only implicit via the resource name, not stated.

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?

There is no explicit when-to-use guidance, no statement of when this beats profile_csv, and no preconditions beyond the size limit (which lives in the schema). The agent must infer that TSV input selects this tool over the CSV sibling.

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.

Resources