Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

athena_history

Retrieve recent Athena executions for the current user. Optionally filter by workspace ID and control the number of returned rows.

Instructions

Recent Athena executions for the caller (per-user history).

Args: workspace_id: Optional Athena workspace id to filter the list. limit: Max rows to return (1-500). Default 20.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
workspace_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.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 burden of behavioral disclosure and does add real context: results are per-user, not workspace-wide, and limited to recent executions. It doesn't state ordering, whether running/failed executions appear, or other side effects, but as a history/read tool those omissions are minor.

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?

The description is front-loaded with the core purpose and contains a compact Args block; no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-optional-parameter read tool with an output schema, purpose, scope, and parameter semantics are all covered. Only minor behavioral details like sort order or included execution states are left unspecified.

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

Parameters5/5

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

Both parameters are described beyond the schema: workspace_id is explicitly 'optional... to filter the list,' and limit gets a range (1-500) and default (20) that the schema doesn't have. Since schema description coverage is 0%, this fully compensates.

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 the resource (Athena executions) and scope (caller's recent history), so an agent can distinguish it from a broader execution list. It lacks an explicit verb like 'list' or 'retrieve,' but the meaning is unambiguous.

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

Usage Guidelines3/5

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

The phrase 'for the caller (per-user history)' implies when to use it: to browse the current user's recent Athena executions. It doesn't explicitly compare against siblings such as athena_get_execution_status or athena_get_results, nor say when not to use it.

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

Other Tools

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/sciple-idp/sciple-mcp'

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