Skip to main content
Glama

get_pa_scorecard

Read-only

Retrieve current scorecard data for a PA indicator, including current value, target, and trend direction. Use to monitor performance metrics and track progress.

Instructions

Get current scorecard data for a PA indicator — returns current value, target, trend direction

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoTime period: last_7_days, last_30_days, last_quarter, last_year (default: last_30_days)
include_scoresNoInclude individual score records (default false)
breakdown_sys_idNoOptional breakdown (dimension) sys_id to segment data by group
indicator_sys_idYesPA indicator sys_id
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the agent knows this is a safe read operation. The description adds useful behavioral context by naming the return fields (current value, target, trend direction). However, it does not disclose edge-case behaviors like handling of missing indicators or empty data, but for a simple getter with read-only annotations, this is sufficient.

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 a single, front-loaded sentence that immediately states the tool's purpose and key output fields. Every word earns its place, with no filler, repetition, or tangential details.

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 read-only tool with full schema coverage and read-only annotations, the description is complete enough: it explains what the tool returns (scorecard data with value, target, trend) and implies the current-time scope. The lack of an output schema is adequately compensated by naming the returned attributes, and the sibling list contains related PA indicator tools, but this description clearly differentiates the scorecard focus.

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 provides descriptions for all four parameters (period, include_scores, breakdown_sys_id, indicator_sys_id) with 100% coverage. The tool description itself does not add any parameter-level meaning beyond what is already in the schema, matching the baseline for fully described parameters.

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 specifies a clear action ('Get'), a precise resource ('current scorecard data for a PA indicator'), and explicitly lists the primary return fields ('current value, target, trend direction'). This distinguishes it from related tools like get_pa_indicator or get_pa_time_series, which focus on indicator details or time-series data rather than scorecard summaries.

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 'current scorecard data' implies that this tool is for retrieving current metric snapshots, but the description does not explicitly state when to prefer this tool over alternatives such as get_pa_time_series or list_pa_dashboards. No exclusions or contrasting guidance is provided, so usage context is only implied.

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

Install Server

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/aartiq/servicenow-mcp'

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