Skip to main content
Glama

findagent_submission_status

Read-only

Check the review status of YOUR OWN agent and WHY it is where it is — the missing companion to findagent_submit_for_review. Pass the agent slug/id. Returns the status (draft | pending_review | needs_changes | published | rejected), the in-flight version, the reviewer's needs-changes reason when one was given, and the security-scan findings (severity + a creator-safe description). Use this after submitting to see whether it was approved, is still in review, or was sent back — and exactly what to fix. Owner-only. READ-ONLY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYesThe slug or id of YOUR agent (from findagent_list_my_agents / findagent_create_draft).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo
statusNo
instructionsNo
pending_versionNo
security_findingsNo
needs_changes_reasonNo
security_scan_statusNo

TDQS

A4.5/5.0
Behavior5/5

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

The readOnlyHint annotation is reinforced and enriched: the description spells out READ-ONLY, owner-only scope, the returned statuses, in-flight version, reviewer needs-changes reason, and security-scan findings. This goes well beyond the annotation and tells the agent exactly what to expect from the call.

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 information-dense without fluff: purpose, payload contents, usage timing, owner restriction, and safety hint all appear in a compact block. The most important scoping phrase ('YOUR OWN agent') is front-loaded, and every sentence earns its place.

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 single-parameter read-only tool with an output schema, the description is fully sufficient. It covers what the tool does, what it returns, when to call it, and who can call it, leaving no practical ambiguity for an agent selecting or invoking the tool.

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?

With 100% schema coverage, the schema already documents the sole 'agent' parameter as a slug or id. The description repeats 'Pass the agent slug/id' and adds 'YOUR OWN agent', which is slightly clarifying but largely redundant with the schema and sibling context.

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 opens with a specific verb and resource: 'Check the review status of YOUR OWN agent and WHY it is where it is'. It lists the exact statuses and names findagent_submit_for_review as its companion, clearly distinguishing this tool from submission and general browsing tools.

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?

It explicitly says to use this after submitting, describes what conditions it reports (approved, still in review, sent back), and adds the owner-only restriction. It does not explicitly discuss when not to use it versus other status/query tools, but the 'YOUR OWN agent' scope and companion reference make the usage context clear.

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.1/5.0
Disambiguation5/5

Every tool targets a clearly scoped resource+action combination, and the versioning variants (bump_version vs repull vs reintrospect_mcp) are explicitly disambiguated by agent kind. Even with 52 tools, the descriptions make each purpose distinct enough to avoid misselection.

Naming Consistency4/5

Nearly all tools follow the findagent_<verb>_<object> snake_case pattern, and families share predictable verbs like list, create, delete, edit, and submit. Minor exceptions such as findagent_preflight, findagent_whoami, and findagent_earnings keep it from perfect consistency.

Tool Count2/5

At 52 tools, this far exceeds the 25-tool threshold for a coherent MCP surface. The count may reflect a broad platform, but as a single toolset it is heavy and likely to strain agent selection and context.

Completeness3/5

The surface covers publishing, versioning, knowledge bases, org management, GitHub import, purchases, and the demand board in impressive depth. However, there are notable dead ends: no unpublish/delete for a live agent, no request-fulfillment/linking action, and no org deletion or KB document update.

Resources