Skip to main content
Glama

Corporate Apology

What Can I Ask Pipeworx?

suggest_questions
Read-onlyIdempotent

What can I ask Pipeworx? / what is Pipeworx good for? / what can you do? / give me ideas / show me examples / getting started / what data do you have? — the onboarding entry point for an agent that just connected and wants to know what is worth asking. Returns category-bucketed example questions (company financials, drugs & clinical trials, economics, real estate, prediction markets, weather, government & patents, science & academia, news) — each with the exact tool + argument shape that answers it, drawn from the live catalog of thousands of tools. Call with no arguments for the full spread, or pass topic (e.g. "finance", "pharma", "betting") to focus. Use this FIRST when you do not yet know what Pipeworx can do for you, or to learn how to call the meta-tools (ask_pipeworx, entity_profile, compare_entities, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOptional focus area: finance | pharma | economics | real-estate | betting | weather | government | science | news. Omit for a cross-category spread.

Schema Changelog

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

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive. The description adds behavior beyond annotations: it returns category-bucketed examples with tool/argument shapes, and mentions the optional topic parameter affects focus. No contradiction with annotations.

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 front-loaded with natural language example queries, which is useful. It is somewhat long, but each part serves a purpose: examples, return value description, calling pattern, and when to use. Minor redundancy with the schema could be trimmed.

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 tool with no output schema, the description explains what is returned (category-bucketed questions with tool/argument shapes), how to call it with and without parameters, and the specific use case. It also mentions the live catalog and meta-tools, making the context complete enough for an agent.

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?

The input schema already provides 100% coverage of the 'topic' parameter with a list of values and 'omit for cross-category spread'. The description adds examples like 'finance', 'pharma', 'betting' but these are redundant with the schema, providing marginal additional value.

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 identifies suggest_questions as an onboarding entry point that returns category-bucketed example questions, each with the exact tool and argument shape. This specific verb+resource combination distinguishes it from siblings like discover_tools and ask_pipeworx.

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?

The description explicitly says 'Use this FIRST when you do not yet know what Pipeworx can do for you, or to learn how to call the meta-tools', providing a clear starting point. It does not name alternative tools, but the 'FIRST' emphasis implies when to select this over others.

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.8/5.0
Disambiguation4/5

Most tools have clearly distinct purposes with detailed descriptions. Some overlap exists in the Polymarket-related tools, but each has a specific focus (arbitrage detection, edge scanning, persistence tracking, fill risk, cross-venue spread). The two ask_pipeworx variants are similar but differentiated by hallucination resistance.

Naming Consistency5/5

All tool names use lowercase with underscores, following a consistent pattern of verb_noun or noun_verb. Examples include 'ai_visibility_check', 'bet_research', 'entity_profile', and 'validate_claim'. There are no mixed conventions or erratic naming.

Tool Count2/5

The server is named 'Corporate Apology' but contains 31 tools, only one of which (corporate_apology_generate) relates to apologies. The vast majority are unrelated data retrieval and analysis tools, making the count excessive and poorly scoped for the server's stated purpose.

Completeness1/5

For a server focused on corporate apologies, the only tool is corporate_apology_generate. There are no tools for analyzing apology impact, managing crisis response, or tracking apologies. The tool surface is severely incomplete relative to the server's name.