Skip to main content
Glama
sciple-idp

Sciple Platform MCP Server

Official
by sciple-idp

athena_list_saved

Retrieve your saved Athena queries, filtering by workspace ID when needed to find specific queries.

Instructions

List the caller's saved Athena queries, optionally filtered to a workspace.

Args: workspace_id: Optional Athena workspace id to filter the list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It clearly states a read-only list operation scoped to the caller and mentions optional workspace filtering, both of which are meaningful behavioral traits. It does not detail ordering or pagination, but the output schema covers return expectations.

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 two sentences plus a minimal Args block, with the main statement front-loaded. Every element earns its place, and the parameter explanation is concise without 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 simple list tool with one optional parameter and an output schema, the description is nearly complete. It could note a dependency on athena_list_workspaces for valid workspace ids, but that is a minor omission given the straightforward nature of the tool.

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?

Schema description coverage is 0%, so the description must compensate for the sole parameter. The Args section fully explains workspace_id as an optional Athena workspace id used to filter the list, adding semantic meaning beyond the bare schema type definition.

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 uses a specific verb ('List') and a clearly defined resource ('the caller's saved Athena queries'), which immediately distinguishes it from siblings like athena_run_query, athena_history, and db_list_saved. The scope ('caller's') and resource type ('saved') make the purpose 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 description implies when to use the tool (when listing saved Athena queries) but does not explicitly name alternatives or exclusion conditions. An agent can infer differentiation from sibling names, but the text itself provides no direct guidance such as 'use athena_history for past executions'.

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