Table Meta
table_metaTable definition (dimensions, valid values). Path is the .px table id, e.g. "0156101S.px".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | e.g. "0156101S.px" (include the .px suffix) |
table_metaTable definition (dimensions, valid values). Path is the .px table id, e.g. "0156101S.px".
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | e.g. "0156101S.px" (include the .px suffix) |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly and idempotent, making safety clear. The description adds behavioral context by stating the output includes dimensions and valid values, which is useful. It doesn't contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with no redundancy. Front-loaded with purpose, followed by parameter explanation. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one param and no output schema, the description provides the essential purpose. However, it lacks detail on the return structure (e.g., format of dimensions and valid values) which could be needed for correct interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description repeats the path format example but adds minimal new semantic value beyond 'e.g. 0156101S.px'.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns table definition including dimensions and valid values, and specifies the path parameter format with an example. This verb+resource structure is specific and distinguishes it from sibling tools like query_table.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving table metadata, but does not explicitly guide when to use this over alternatives like query_table. No explicit context on prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools have clearly distinct purposes, but there is some overlap among ask_pipeworx, ask_pipeworx_grounded, and deep_research, as well as between discover_tools and suggest_questions. However, detailed descriptions help differentiate them.
Naming conventions are highly inconsistent, mixing snake_case (ask_pipeworx, forget), camelCase (discoverTools, suggestQuestions), and underscores (ai_visibility_check, compare_entities). No predictable pattern.
33 tools is on the high side, but the broad domain (finance, pharma, prediction markets, etc.) partly justifies it. However, some tools like forget, remember, recall seem generic and could be separated.
The tool surface covers a wide range of functionalities: visibility checks, pipeworx queries, entity profiles, comparisons, subscriptions, memory, and more. Minor gaps may exist in real-time data or specific niche sources.