Skip to main content
Glama

CarePlanKit — Nursing Care Plans

Nursing care plan for a condition

get_nursing_care_plan
Read-onlyIdempotent

Get a full nursing care plan for a specific condition: assessment findings (subjective and objective), priority NANDA-style nursing diagnoses with the "as evidenced by" evidence, SMART goals, interventions each with a rationale, evaluation criteria, and clinical sources (MedlinePlus, NCBI, NIH). Written for nursing students preparing care plans. Use when a nursing student asks for a care plan, nursing diagnoses, interventions, goals or AEB statements for any condition, for example sepsis, CHF, COPD, diabetes, pneumonia or MI. Educational reference, not medical advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conditionYesCondition name or common abbreviation, e.g. "sepsis", "CHF", "COPD", "MI"

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral context beyond the readOnlyHint/idempotentHint annotations by clarifying the output contents and stating it is 'Educational reference, not medical advice'. This discloses limitations and purpose, which is valuable for an AI agent. There is no contradiction with annotations.

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 moderately long but well-structured, front-loading the main verb 'Get a full nursing care plan' and then listing details and usage context. Each sentence contributes meaningful information, though the example conditions are somewhat redundant with the schema.

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 tool with one parameter and no output schema, the description is comprehensive: it details all expected return sections, target audience, and use cases. The educational disclaimer also addresses potential misuse. This fully equips an agent to decide when and how to invoke 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?

The input schema already fully documents the single 'condition' parameter with examples, and the description repeats those examples ('sepsis, CHF, COPD, diabetes, pneumonia or MI') without adding new semantics such as formatting or constraints. Given the schema coverage is 100%, a baseline of 3 is appropriate.

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 retrieves a 'full nursing care plan for a specific condition' and enumerates contents (assessment, diagnoses, goals, interventions, rationales, evaluation, sources). This distinguishes it from siblings like get_nursing_diagnosis, which focuses on a single diagnosis, and list_nursing_conditions, which likely lists conditions.

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 explicitly says 'Use when a nursing student asks for a care plan, nursing diagnoses, interventions, goals or AEB statements for any condition', providing clear context for when to select this tool. However, it does not explicitly mention alternatives or when not to use it, especially relative to the sibling tool get_nursing_diagnosis, so it lacks exclusions.

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

The two tools are clearly distinct: one retrieves a care plan for a specific condition, the other lists all available conditions. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

Both tools follow the same verb_noun pattern: 'get_nursing_care_plan' and 'list_nursing_conditions'. The naming is consistent and predictable.

Tool Count3/5

With only two tools, the server feels minimal but is focused on a narrow educational niche. The count is borderline, but it adequately serves its stated purpose of retrieving and browsing care plans.

Completeness4/5

The core workflow of listing available conditions and retrieving their care plans is fully covered. A minor gap is the lack of search or filtering, but agents can work around this by listing all conditions.

Resources