Skip to main content
Glama

get_entity_submission_status

Read-only

Retrieve the current snapshot and status of a previously submitted entity using its ID and optional guest access token.

Instructions

JSON entity snapshot for a submitted entity_id; optional guest_access_token for token-scoped read-back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idYes
guest_access_tokenNoOptional token from submit_entity.
Behavior3/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds context about returning a JSON snapshot and optional token-scoped read-back, but does not disclose additional behavioral traits (e.g., rate limits, cache behavior). This is adequate but not exceptional.

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 a single, front-loaded sentence of 15 words. It efficiently communicates the core purpose and a key optional parameter without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description only states it returns a 'JSON entity snapshot', lacking details about the snapshot's contents or status information. A more complete description would clarify what the snapshot includes and how it relates to submission status. This is minimally viable but could improve.

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?

Description adds meaning to both parameters: 'for a submitted entity_id' clarifies that entity_id must refer to a submission, compensating for its missing schema description. It also explains guest_access_token as optional and its purpose, which matches the schema description. Given 50% schema coverage, the description significantly augments semantic clarity.

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 it returns a 'JSON entity snapshot for a submitted entity_id', distinguishing it from siblings like list_entity_submissions (which lists submission IDs) and retrieve_entity_snapshot (which works on any entity). However, it could explicitly differentiate from retrieve_entity_snapshot.

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

Usage Guidelines3/5

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

The description implies usage for retrieving a submitted entity's snapshot, optionally with a token. It does not explicitly state when to use this tool versus alternatives like retrieve_entity_snapshot or list_entity_submissions, nor does it mention when not to use it.

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/markmhendrickson/neotoma'

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