Skip to main content
Glama

aptos-mcp

generate_aptos_component

Create new components (tables, modules, etc.) for Aptos projects by specifying component type, name, and project directory. Simplifies development for Aptos blockchain applications.

Instructions

Generate a new component for an Aptos project. Args: component_type: Type of component (table, module, etc.) component_name: Name of the component project_dir: Project directory path options: Additional options as a string

Input Schema

NameRequiredDescriptionDefault
component_nameYes
component_typeYes
optionsNo
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "component_name": { "title": "Component Name", "type": "string" }, "component_type": { "title": "Component Type", "type": "string" }, "options": { "default": "", "title": "Options", "type": "string" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "component_type", "component_name", "project_dir" ], "title": "generate_aptos_componentArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

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/Tlazypanda/aptos-mcp-server'

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