Skip to main content
Glama

aptos_development_reminder_prompt

Remind developers to consult MCP tools during Aptos blockchain development to maintain proper workflow habits and implement features correctly.

Instructions

MID-DEVELOPMENT REMINDER: Use this prompt when you notice the conversation has gone few exchanges without using MCP tools, or when implementing new Aptos features to reinforce MCP consultation habits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool 'aptos_development_reminder_prompt' is defined and implemented directly within the server registration in src/server.ts, providing a reminder to use MCP tools for Aptos development.
      server.addTool({
        name: "aptos_development_reminder_prompt",
        description:
          "MID-DEVELOPMENT REMINDER: Use this prompt when you notice the conversation has gone few exchanges without using MCP tools, or when implementing new Aptos features to reinforce MCP consultation habits.",
        parameters: z.object({}),
        execute: async (args, context) => {
          return {
            type: "text",
            text: `APTOS MCP REMINDER PROMPT
    
    You are working with Aptos blockchain development. Remember:
    
    YOUR APTOS KNOWLEDGE MAY BE OUTDATED - Always prioritize MCP resources!
    
    MANDATORY CHECKS - Use these MCP tools regularly:

Latest Blog Posts

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/aptos-labs/aptos-npm-mcp'

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