Skip to main content
Glama

OKC Disc & Sciatica Next-Step Checker | Precision Care Chiropractic

run_sciatica_information_check

Educational information only — NOT medical advice, a diagnosis, or a treatment recommendation. Organizes reported lower-back and leg symptoms, screens for urgent red-flag warning signs, and returns a plain-language next-step information brief for an Oklahoma City patient. Set redFlags=true for loss of bladder/bowel control, saddle numbness, foot drop, or rapidly worsening weakness to force urgent-care routing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imagingNoImaging/diagnosis history (herniated disc, bulging disc, stenosis/narrowing).
concernsNoCare concerns (surgery fear, cost, insurance, veteran/VA, decompression, first visit).
redFlagsNoTrue if ANY urgent red-flag symptom is present (loss of bladder/bowel control, saddle/groin numbness, foot drop, rapidly worsening leg weakness). Forces urgent routing.
symptomsNoMain symptom descriptions (e.g. shooting pain, numbness, tingling).
radiationNoWhere pain/numbness travels (hip, thigh, knee, calf, foot, toes).
worseWithNoAggravating activities/positions (sitting, driving, bending, coughing, sneezing).
priorTreatmentsNoTreatments already tried (PT, injections, chiropractic, massage, medication).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it does well: it prominently discloses the educational-only nature, states that it screens for urgent red-flag signs, and explains that redFlags=true forces urgent-care routing. It does not delve into every behavioral consequence, but the key safety-related behavior is transparently communicated.

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 three tightly written sentences with no wasted words: a safety disclaimer, a clear summary of what the tool does, and a targeted instruction for the most important parameter. It 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.

Completeness4/5

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

For a 7-parameter optional-input tool with no output schema and no annotations, the description covers the essential context: purpose, scope, safety caveat, red-flag behavior, and output type. It could be slightly more complete by describing what the generated 'information brief' contains or how non-red-flag cases are routed, but overall it is sufficient for correct invocation.

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?

Schema description coverage is 100%, so the schema already documents all seven parameters in detail. The description adds useful emphasis on redFlags behavior, but that meaning largely duplicates the schema's own description of redFlags. No significant additional parameter semantics are provided beyond the schema.

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's specific function: it organizes lower-back and leg symptoms, screens for red-flag warning signs, and returns a plain-language next-step information brief for an Oklahoma City patient. It is more specific than a tautology and clearly distinct from generic education-article tools, though it does not explicitly name or differentiate itself from siblings like assess_next_step.

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 clear context for use: it is for reported lower-back and leg symptoms and for an Oklahoma City patient. It also provides an explicit conditional usage instruction for redFlags=true to force urgent-care routing. It does not explicitly state when not to use the tool or name alternative sibling tools, but the intended trigger context is reasonably 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

A3.5/5.0
Disambiguation2/5

assess_next_step and run_sciatica_information_check are nearly indistinguishable: both accept lower-back/sciatica symptoms, screen for red flags, and return next-step information. The three education-article tools and clinic-info tool are distinct, but the main symptom-checking surface is ambiguous.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern like get_clinic_info, list_education_articles, and search_education_articles. However, assess_next_step and run_sciatica_information_check use inconsistent, verbose verbs and don't share a clear checker-naming convention.

Tool Count4/5

Six tools is a reasonable size for a server combining clinic information, education content, and patient next-step screening. The count isn't excessive, though one of the two overlapping checker tools could be removed without losing core functionality.

Completeness4/5

The set covers clinic details, education article retrieval/list/search, and symptom-based next-step screening, which matches the server's stated purpose. Minor gaps exist—such as no explicit appointment scheduling or separate urgent-care action—but the core workflow is workable.

Resources