database_engine

Filters medical device database by type, manufacturer, and dimensions, with basic compatibility checks via direct queries.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/dstiefe/medsyncai_agentic_backend --skill database-engine
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: database_engine
Source: https://github.com/dstiefe/medsyncai_agentic_backend/tree/main/medsync_ai_v2/engines/database_engine
Command: npx skills add https://github.com/dstiefe/medsyncai_agentic_backend --skill database-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides rapid access to a comprehensive database of medical devices, enabling quick lookups, filtered searches, and direct comparisons based on detailed specifications.

Core Features & Use Cases

  • Device Specification Lookup: Retrieve detailed specifications for any device by its ID.
  • Filtered Device Search: Find devices matching specific criteria like category, manufacturer, or dimensions (e.g., "Show me all microcatheters with an inner diameter greater than 0.021 inches").
  • Direct Compatibility Check: Perform basic OD/ID math checks for single-point device compatibility.
  • Device Comparison: View specifications for multiple devices side-by-side.
  • Use Case: A clinician needs to quickly find all aspiration catheters from a specific manufacturer with a working length over 100cm. This Skill can perform that search instantly.

Quick Start

Find all microcatheters with an inner diameter greater than 0.021 inches.

Frequently Asked Questions about database_engine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for medical devices by specific dimensions like inner diameter?β–Ό

You can check medical device compatibility by performing basic OD/ID math checks for single-point comparisons. The system directly queries the device database to retrieve specification data, enabling rapid verification of whether one device's outer diameter fits another's inner diameter.

Can I retrieve detailed medical device specifications using a device ID?β–Ό

Yes, you can retrieve detailed medical device specifications by querying the database with a specific device ID. This lookup feature provides instant access to comprehensive specification data for any recorded device, mapping user-friendly terms to precise database fields for accurate retrieval.

What is the best way to compare medical device specifications side-by-side?β–Ό

You can filter medical device searches by category, manufacturer, or dimensions using structured specification queries. The query executor maps user-friendly terms to precise database fields, instantly returning devices that match specific criteria like working length or device type.

Does this medical device database search support compatibility checks for catheters?β–Ό

Yes, the medical device database search supports basic compatibility checks for catheters by performing OD/ID math calculations. This allows users to verify single-point device compatibility, ensuring one catheter's dimensions physically accommodate another during procedural planning.