Skip to main content
Glama

Web3 Research MCP

update-status

Update section statuses (planned, in_progress, completed) in Web3 Research MCP for consistent progress tracking across projects.

Input Schema

NameRequiredDescriptionDefault
sectionYesSection name to update (e.g., 'projectInfo', 'technicalFundamentals')
statusYesNew status for the section

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "section": { "description": "Section name to update (e.g., 'projectInfo', 'technicalFundamentals')", "type": "string" }, "status": { "description": "New status for the section", "enum": [ "planned", "in_progress", "completed" ], "type": "string" } }, "required": [ "section", "status" ], "type": "object" }

Other Tools from Web3 Research 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/aaronjmars/web3-research-mcp'

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