Skip to main content
Glama

submit_issue

Submit an issue to Neotoma and receive a guest access token to track its status or add follow-up messages.

Instructions

Submit an issue to the configured operator Neotoma instance; returns guest_access_token when accepted so callers can use token-scoped get_issue_status / add_issue_message read-back. Callers must provide at least one of reporter_git_sha or reporter_app_version. Deprecated alias: visibility 'advisory' is accepted as 'private' for one minor release and returns _deprecation: "visibility 'advisory' is deprecated; use 'private' instead."

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesIssue title.
bodyYesIssue body in markdown.
labelsNoLabels to apply (e.g. bug, doc_gap, enhancement).
visibilityNoUse 'private' for PII-sensitive issues (Neotoma only, no GitHub mirror). Default: 'public'.
reporter_git_shaNoRequired (this OR reporter_app_version). Reporter git SHA (`git rev-parse HEAD`).
reporter_git_refNoOptional reporter git ref / branch name.
reporter_channelNoOptional reporter channel (e.g. ci, local).
reporter_app_versionNoRequired (this OR reporter_git_sha). Reporter app / CLI version (semver).
reporter_ci_run_idNoOptional CI or workflow run id.
reporter_patch_source_idNoOptional source id for reporter patch artifact.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the return of guest_access_token and the deprecation handling for 'advisory' visibility. However, it does not mention side effects, destructive nature, rate limits, or authentication requirements, leaving gaps in transparency.

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 a single paragraph that front-loads the main purpose and return value, followed by a required condition and a deprecation note. It is appropriately sized for the tool's complexity, though it could be slightly more streamlined without loss of information.

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

Completeness4/5

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

Given 10 parameters, no output schema, and no annotations, the description is fairly complete: it covers purpose, return value, required constraints, and deprecation. It lacks error handling or failure modes, but for the complexity, it provides sufficient context for an agent to use the tool effectively.

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 baseline is 3. The description adds value by explaining the required condition (at least one of reporter_git_sha or reporter_app_version) beyond the schema's optional declaration, and clarifies the deprecation alias for visibility. This enhances understanding beyond the JSON schema.

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 submits an issue to Neotoma, returns a guest_access_token for subsequent read-back, and distinguishes from sibling tools like get_issue_status and add_issue_message by noting the token usage. It also mentions a deprecation alias, adding specificity.

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 instructs callers to provide at least one of reporter_git_sha or reporter_app_version, which is useful guidance. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusion criteria or context for 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