Event
eventGet a single Skiddle event by id, with full details and venue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Skiddle event id. |
eventGet a single Skiddle event by id, with full details and venue.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Skiddle event id. |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / examplesAdded value: +[
+ {
+ "id": "38047620"
+ }
+]Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds valuable context by specifying that the response includes full details and venue, which goes beyond 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single efficiently worded sentence that front-loads the key information with no unnecessary words.
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 single-parameter read tool with good annotations, the description fully covers the purpose and what the result contains, making it complete for agent selection and invocation.
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% with a clear parameter description. The description does not add extra meaning beyond what the schema already provides.
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?
Clearly states the verb 'Get', the resource 'single Skiddle event by id', and specifies the scope ('with full details and venue'), distinguishing it from sibling 'search_events' which would list multiple events.
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?
Implied usage (use when you have an event ID) is clear, but no explicit guidance on when not to use or alternatives (e.g., search_events) is provided.
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 roles, but the ask_pipeworx / ask_pipeworx_beta / ask_pipeworx_grounded / deep_research cluster overlaps heavily as question-answering and research entry points, with ask_pipeworx_beta currently being an exact duplicate of ask_pipeworx. The prediction-market tools are individually differentiated but numerous enough that selecting the right one requires careful reading.
The set is predominantly snake_case and mostly readable, with sensible prefixes like ask_, search_, polymarket_, and scan_. However, conventions mix verb-first names (remember, subscribe, validate_claim), noun-style names (categories, event, entity_profile), and adjective-noun names (recent_alerts, recent_changes), so the pattern is not fully uniform.
34 tools is well above the 25-tool threshold where a server starts to feel heavy, and many could be consolidated (7+ prediction-market tools, 4+ overlapping ask/research tools, plus memory and subscription helpers). The breadth is somewhat justified by the Pipeworx data platform, but the surface is still overloaded for a single server.
For the broad data/research domain, coverage is strong: lookup, grounded verification, deep research, entity profiles, comparisons, change feeds, tool discovery, memory, and subscription lifecycle all have coherent coverage. Minor gaps exist, such as no explicit tool to read a pipeworx:// citation URI directly and a fairly thin Skiddle events side beyond search/detail/categories.