Skip to main content
Glama

aptos-mcp

generate_aptos_component

Generate a new Aptos project component, such as a table or module, by specifying its type, name, and project directory path. Ideal for structured blockchain application development.

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" }

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