Skip to main content
Glama

Routine

by mquan

루틴

🌅🍳☕️📰🚗💼 루틴은 사용자 지정 도구를 즉석에서 만들 수 있는 MCP 서버입니다. 여러 MCP 도구에서 실행되는 작업을 재사용 가능한 루틴으로 연결합니다.

설치

다음을 MCP 클라이언트의 JSON 파일에 복사하세요.

지엑스피1

**User**: "add an Onboarding page to the Getting started page **AI**: I'll help you add an "Onboarding" page to the Getting Started page. First, I'll need to find the Getting Started page ID. Let me search for it: Great, I found the Getting Started page. Now I'll create a new "Onboarding" page under it: I've successfully created a new page titled "Onboarding" under the Getting Started page. The page has been created with a basic title, and you can now access it at the URL provided in the response. Would you like me to add any specific content to this new Onboarding page? **User**:Yes, add some placeholder information for a standard onboarding experience **AI**: I'll add some structured placeholder content to the Onboarding page to outline a standard onboarding experience. **User**: now convert all these steps into a route to insert a page into a parent page **AI**: I'll create a routine that captures the steps we just performed to insert a page into a parent page with structured content. This will make it reusable for future similar tasks. I've created a routine called insert_structured_page that captures the workflow we used. The routine has three main steps: 1. Search for the parent page using its title to get the page ID 2. Create a new page under the found parent page 3. Add structured content to the new page with sections and bullet points The routine is parameterized so you can customize: - parent_page_title: The title of the parent page to search for - new_page_title: The title for the new page - welcome_message: Introduction text for the page - section1_title: Title for the first section (can add more sections as needed) - bullet_point1, bullet_point2, bullet_point3: Bullet points under sections - help_message: The help/support message at the bottom To use this routine, you would just need to provide these parameters with your desired content, and it will create a structured page with consistent formatting.

개발

짓다

npm run build

실행하다

npx -y --prefix /path/to/local/mcp-routine routine

게시하다

npm publish --access public
-
security - not tested
F
license - not found
-
quality - not tested

사용자가 여러 MCP 도구의 작업을 재사용 가능한 루틴으로 연결하여 즉석에서 사용자 정의 도구를 만들 수 있는 MCP 서버입니다.

  1. 설치
      1. 개발

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An MCP server to run commands.
          Last updated -
          2
          265
          150
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          MCP server that builds itself by creating new tools as needed based on user requests (Requires restart of Claude Desktop to use newly created tools).
          Last updated -
          4
          13
          Python
          The Unlicense
        • A
          security
          A
          license
          A
          quality
          A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
          Last updated -
          3
          4
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.
          Last updated -
          1
          9
          9
          JavaScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/mquan/routine'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server