CarePlanKit — Nursing Care Plans
Server Details
Nursing care plans for students: diagnoses, SMART goals, interventions with rationale, sources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 2 of 2 tools scored.
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.
Both tools follow the same verb_noun pattern: 'get_nursing_care_plan' and 'list_nursing_conditions'. The naming is consistent and predictable.
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.
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.
Available Tools
2 toolsget_nursing_care_planNursing care plan for a conditionARead-onlyIdempotentInspect
Get a nursing care plan for a specific condition: priority NANDA-style nursing diagnoses with evidence, SMART goals, key interventions each with a rationale, 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 or goals for any condition (e.g. sepsis, CHF, COPD, diabetes, pneumonia). Educational reference, not medical advice.
| Name | Required | Description | Default |
|---|---|---|---|
| condition | Yes | Condition name or common abbreviation, e.g. "sepsis", "CHF", "COPD" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the content structure and includes an educational disclaimer ('not medical advice'), adding behavioral context beyond the annotations. Annotations already declare readOnlyHint and idempotentHint true, so the description does not need to restate safety. It does not mention edge cases or error behavior, but the core behavioral traits are well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences long, front-loaded with the tool's purpose and content, then audience and usage guidance. Every sentence adds meaningful information, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the single parameter, no output schema, and strong annotations, the description is sufficiently complete. It explains the return content, the intended user, when to use it, and the educational limitation. The sibling tool context does not demand further clarification.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides a clear description of the 'condition' parameter with examples. The description adds further examples (sepsis, CHF, COPD, diabetes, pneumonia) in the usage context, reinforcing the expected values. Since schema coverage is 100%, the baseline is 3, and the extra examples elevate it to 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Get') and resource ('nursing care plan'), and enumerates the exact components (diagnoses, goals, interventions, sources). It distinguishes itself from the sibling tool 'list_nursing_conditions' by focusing on generating a care plan for a specific condition rather than listing conditions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('Use when a nursing student asks for a care plan, nursing diagnoses, interventions or goals') and provides examples. However, it does not explicitly mention when not to use it or name alternatives beyond the sibling tool, so it lacks full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_nursing_conditionsList covered conditionsARead-onlyIdempotentInspect
List all conditions with available nursing care plans. Use when a nursing student asks what conditions are covered or wants to browse.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, covering safety and predictability. The description adds the meaningful constraint 'with available nursing care plans', which clarifies the result includes only conditions that have care plans, not all conditions. This is useful beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no redundancy. The first sentence states the core purpose, and the second provides usage context. Every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no params, no output schema, strong annotations), the description is complete. It tells the agent what the tool returns (a list of conditions) and when to use it. The lack of an output schema is not a problem because the description implies the return type.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and schema coverage is 100% (empty object). The description does not need to explain parameters, and the baseline for 0 params is 4. No additional parameter information is required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'List' with a clear resource 'conditions with available nursing care plans'. It clearly distinguishes from the sibling tool get_nursing_care_plan, which retrieves a specific plan, by focusing on browsing all covered conditions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly states when to use the tool: 'Use when a nursing student asks what conditions are covered or wants to browse.' This provides practical context, though it does not mention the alternative get_nursing_care_plan or exclusion criteria, potentially leaving the agent to infer 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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides tools for managing student knowledge graphs, enabling structured representation of courses, assignments, exams, concepts, and study resources.61
- FlicenseAqualityBmaintenanceGenerates multi-day CKD meal plans for children based on PRNT targets (energy, protein, potassium, phosphorus, sodium), providing nutrient summaries and target achievement rates for dietitians.2
- Flicense-qualityBmaintenanceProvides simulated tools for querying student profiles, filtering attention lists, writing follow-up records, and generating class dashboards, enabling data-driven student management.
- Flicense-qualityDmaintenanceImplements cognitive science-backed interleaved learning techniques to create study plans, generate mixed-topic quizzes, manage flashcard decks, and track learning progress for optimal knowledge retention.1