
from skillshub46
Automate Blackbaud operations through Composio's Blackbaud toolkit via Rube MCP; discover tools first and verify connections before executing workflows.
Automates interactions with Blackbaud services by using Composio's Blackbaud toolkit through a Rube MCP server. The skill provides a reliable pattern: discover available tools and their schemas, ensure an active Blackbaud connection, then execute tool workflows with schema-compliant arguments. It prevents hardcoding of tool slugs and emphasizes session and connection management for safe runs.
Use this skill when you need to perform Blackbaud-related tasks (data reads, updates, bulk operations) via MCP-connected toolkits. Ideal for automating recurring Blackbaud workflows, running bulk ops through a remote workbench, or when you must adapt to changing tool schemas. Always run tool discovery first and confirm the toolkit connection is ACTIVE.
RUBE_SEARCH_TOOLS), check/manage connections (RUBE_MANAGE_CONNECTIONS), and execute operations (RUBE_MULTI_EXECUTE_TOOL). Notes on session reuse, pagination, and memory parameters are included.Best suited for agents that support MCP/tool invocation patterns (agents with Rube/Composio integrations). Agents that can call tool-discovery and remote execution APIs (e.g., modern LLM-agent frameworks with tool execution support) will benefit most.
A procedural guide for automating Blackbaud CRM operations via Composio's Rube MCP integration. No bundled scripts — entirely dependent on external RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL MCP calls. Well-structured workflow pattern with discovery-then-execute approach, but lacks error handling guidance and is tightly coupled to a specific external service.
Pure MCP orchestration skill with no executable code. Security is good (no destructive patterns) but architecture is flat with no separation of concerns beyond frontmatter. Usefulness is limited to Blackbaud + Composio users — a narrow intersection.