Skip to main content
Glama

score_prompt

Evaluate LLM prompt quality before execution. Get instant grades (A-F), scores (0-40), and percentile rankings to predict performance. Free assessment tool supports domain-specific scoring for software, content, and business verticals.

Instructions

Score any LLM prompt for quality using PQS (Prompt Quality Score). Returns a grade (A-F), score out of 40, and percentile. Free tier — no payment required. Use this before sending any prompt to an LLM to check if it is worth running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe prompt to score
verticalNoThe domain context for scoring. Defaults to general.
Behavior3/5

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

With no annotations provided, description carries full burden. Discloses cost model ('Free tier — no payment required') and output format (grade, score, percentile) which substitutes for missing output schema. However, lacks disclosure on idempotency, data privacy (what happens to submitted prompts), rate limits, or side effects.

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?

Three sentences, zero waste. First sentence defines operation and returns, second states cost, third provides usage timing. Front-loaded with core functionality; excellent information density.

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?

Adequately compensates for missing output schema by detailing return structure (grade, numeric score, percentile). Simple 2-parameter tool with 100% schema coverage requires minimal additional context. Lacks only minor behavioral details (rate limits, data retention) that would elevate to 5.

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?

Schema coverage is 100% with both 'prompt' and 'vertical' fully documented in the schema. Description adds 'PQS (Prompt Quality Score)' acronym context but does not need to elaborate further given schema completeness. Baseline 3 appropriate for high-coverage schemas.

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?

States specific action (Score), resource (LLM prompt), methodology (PQS), and return values (grade A-F, score/40, percentile). Verb clearly distinguishes from siblings 'compare_models' (comparison) and 'optimize_prompt' (modification).

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?

Provides explicit temporal guidance: 'Use this before sending any prompt to an LLM to check if it is worth running.' Clearly signals pre-validation use case. Does not explicitly name sibling alternatives but strongly implies evaluation-only intent.

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/OnChainAIIntel/pqs-mcp-server'

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