Skip to main content
Glama

Get store review times

review_times
Read-onlyIdempotent

How long AI app, connector and plugin stores take to review submissions. Omit store for all stores. Returns typical wait (median days to decision), counts, pace and how review works.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeNoStore slug or name: chatgpt, claude-connectors, claude-plugins, muse, grok, clawhub, cursor, copilot, gemini-cli, docker-mcp

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
nameNo
paceNo
slugNo
errorNo
countsNo
storesNo
vendorNo
verdictNoOne-line answer to how long review is taking
docs_urlNo
submit_urlNo
last_approvalNo
last_decisionNo
how_review_worksNo
longest_seen_daysNo
typical_wait_daysNoMedian days to a decision, counting submissions still waiting
oldest_waiting_daysNo
median_to_approval_daysNo
median_to_rejection_daysNo
typical_wait_is_lower_boundNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "description": "One store when store is given, otherwise every store under stores.",
      +  "properties": {
      +    "counts": {
      +      "properties": {
      +        "approved": {
      +          "type": "number"
      +        },
      +        "rejected": {
      +          "type": "number"
      +        },
      +        "total": {
      +          "type": "number"
      +        },
      +        "waiting": {
      +          "type": "number"
      +        },
      +        "withdrawn": {
      +          "type": "number"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "docs_url": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "error": {
      +      "type": "string"
      +    },
      +    "how_review_works": {
      +      "type": "string"
      +    },
      +    "last_approval": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "last_decision": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "longest_seen_days": {
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "median_to_approval_days": {
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "median_to_rejection_days": {
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "name": {
      +      "type": "string"
      +    },
      +    "oldest_waiting_days": {
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "pace": {
      +      "type": "string"
      +    },
      +    "slug": {
      +      "type": "string"
      +    },
      +    "stores": {
      +      "items": {
      +        "properties": {
      +          "counts": {
      +            "properties": {
      +              "approved": {
      +                "type": "number"
      +              },
      +              "rejected": {
      +                "type": "number"
      +              },
      +              "total": {
      +                "type": "number"
      +              },
      +              "waiting": {
      +                "type": "number"
      +              },
      +              "withdrawn": {
      +                "type": "number"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "docs_url": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "how_review_works": {
      +            "type": "string"
      +          },
      +          "last_approval": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "last_decision": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "longest_seen_days": {
      +            "type": [
      +              "number",
      +              "null"
      +            ]
      +          },
      +          "median_to_approval_days": {
      +            "type": [
      +              "number",
      +              "null"
      +            ]
      +          },
      +          "median_to_rejection_days": {
      +            "type": [
      +              "number",
      +              "null"
      +            ]
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "oldest_waiting_days": {
      +            "type": [
      +              "number",
      +              "null"
      +            ]
      +          },
      +          "pace": {
      +            "type": "string"
      +          },
      +          "slug": {
      +            "type": "string"
      +          },
      +          "submit_url": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "typical_wait_days": {
      +            "description": "Median days to a decision, counting submissions still waiting",
      +            "type": [
      +              "number",
      +              "null"
      +            ]
      +          },
      +          "typical_wait_is_lower_bound": {
      +            "type": "boolean"
      +          },
      +          "url": {
      +            "type": "string"
      +          },
      +          "vendor": {
      +            "type": "string"
      +          },
      +          "verdict": {
      +            "description": "One-line answer to how long review is taking",
      +            "type": "string"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "submit_url": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "typical_wait_days": {
      +      "description": "Median days to a decision, counting submissions still waiting",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "typical_wait_is_lower_bound": {
      +      "type": "boolean"
      +    },
      +    "url": {
      +      "type": "string"
      +    },
      +    "vendor": {
      +      "type": "string"
      +    },
      +    "verdict": {
      +      "description": "One-line answer to how long review is taking",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral detail by specifying what is returned (median days, counts, pace, how review works) and that omitting store means all stores.

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 concise sentences with no filler. The core purpose is front-loaded, and the key usage nuance (omit store for all stores) is stated early.

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 one optional parameter, full schema documentation, robust annotations, and an output schema, the description covers everything an agent needs to correctly select and invoke 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?

Schema coverage is 100% and the single optional parameter is documented with examples in the schema. The description adds extra semantic value by explaining that omitting the store yields all stores, which is not in the schema description.

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 reports how long AI app, connector, and plugin stores take to review submissions, naming the specific resource being queried. It also distinguishes this from the sibling submission-management tools by focusing on review times rather than report/update operations.

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?

Clear context is provided: use this tool to retrieve review times, and omitting the store returns all stores. It does not explicitly mention sibling alternatives, but the difference from report_submission and update_submission is strongly implied by the resource being described.

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.

Resources