Skip to main content
Glama

Strale - 290+ API capabilities for AI agents

strale_execute

Executes a Strale capability by slug and returns the result. Use this when you need to perform any verification, validation, lookup, or data extraction from the capability registry. Call strale_search first to find the right slug and required input fields. Returns a result object with the capability output, latency, price charged, and data provenance. Several capabilities are free without an API key (10/day limit) — strale_search reports which. Paid capabilities debit from the wallet — check strale_balance first for high-value calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesCapability slug from strale_search results, e.g. 'swedish-company-data', 'vat-validate', 'iban-validate'
inputsYesInput parameters matching the capability's required fields. Check strale_search results for the expected input_fields.
max_price_centsNoMaximum price in EUR cents. Default: 200 (€2.00). Execution fails if capability costs more.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description takes full responsibility for disclosing behavior. It reveals that the tool returns a result object with output, latency, price, and provenance, explains free vs. paid capabilities including a 10/day limit, and notes that paid capabilities debit the wallet. It also mentions that execution fails if the price exceeds max_price_cents, which is significant behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences and each sentence adds distinct value: execution purpose, usage context, return object, and pricing/free-tier guidance. It is well-structured and front-loaded with the primary action, though it could be slightly more concise by merging the pricing and balance-check advice.

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?

Given the tool has 3 parameters, nested objects, and no output schema, the description is remarkably complete. It explains the return object's key fields, the prerequisite search step, the free/paid pricing model, and the max_price behavior. This gives an agent enough information to invoke the tool correctly without needing additional external documentation.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents each parameter. The description adds value by providing example slugs, clarifying that inputs should match the capability's required fields from search results, and explaining the default and failure behavior of max_price_cents. This goes beyond the schema's basic property descriptions.

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 clearly states the tool executes a Strale capability by slug and returns the result, with specific examples of use cases (verification, validation, lookup, data extraction). It also distinguishes itself from siblings by instructing to call strale_search first, making its role as the execution tool unambiguous.

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

Usage Guidelines5/5

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

The description explicitly says 'Use this when you need to perform any verification, validation, lookup, or data extraction' and directs the agent to call strale_search first to find the right slug and input fields. It also advises checking strale_balance for high-value calls, providing clear when-to-use and contextual guidance for related tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool addresses a distinct function: balance checks, capability execution, onboarding, methodology docs, connectivity, registry search, transaction history, trust profiling, and on-chain assurance. There is no overlap or ambiguity between tool purposes.

Naming Consistency5/5

All tools follow the consistent pattern of a 'strale_' prefix with lowercase snake_case names (e.g., strale_balance, strale_getting_started). The naming is uniform and predictable across the entire set.

Tool Count5/5

With 9 tools, the server is well-scoped for its purpose of exposing core interactions with a 290+ capability API. It avoids bloat while providing all necessary operations without being too sparse.

Completeness5/5

The tool surface covers the full lifecycle: discovery (strale_search), execution (strale_execute), financial management (strale_balance), audit (strale_transaction), trust evaluation (strale_trust_profile), specialized on-chain checks (strale_web3_assurance), plus support functions (getting_started, ping, methodology). No obvious gaps exist.