Skip to main content
Glama

PassFast

getManagedSigningStatus

Read-onlyIdempotent

Check managed signing availability

Returns whether managed (platform) signing credentials are available for Apple and Google wallets. When apple_ready or google_ready is true, apps can use signing_mode: "managed" or google_signing_mode: "managed" without uploading their own credentials.

Scope: org:read

Maps to OpenAPI operationId getManagedSigningStatus — GET /manage-org/managed-signing-status.

Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare the operation read-only, idempotent, and non-destructive. The description adds useful context beyond those annotations by stating the org:read scope, mapping to the exact GET endpoint, and returning readiness flags that influence signing modes. This is transparent and consistent with the annotations.

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 compact and well-structured: the purpose is stated first, followed by behavioral implications, scope, and endpoint mapping. Every sentence adds meaningful information, and there is no redundant or filler content.

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 zero-parameter read-only status check, the description is complete. It explains the return semantics, the conditions that affect downstream usage, the required scope, and the exact API mapping. Even without an output schema, an agent knows what to expect from the tool.

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?

The tool accepts no parameters, and schema description coverage is 100%, so the schema leaves nothing ambiguous. The description still adds value by explaining what the response fields mean, even though it does not need to document parameters.

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?

The description clearly states the tool checks managed signing availability for Apple and Google wallets and explains the meaning of the returned fields. It does not explicitly differentiate itself from sibling tools like testAppleCertificates or testGoogleConnection, but the resource and behavior are specific enough to avoid confusion.

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?

The description gives a clear use case: checking whether managed signing credentials are available so apps can use signing_mode: 'managed'. It does not explicitly mention alternatives or exclusions, so it falls short of a 5, but the context is sufficient for an agent to select this tool.

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.