WebMCP

DeveloperWebMCP verified

mana.am WebMCP tools

Your Personal Agent for iPhone. Conversation becomes creation — let Mana do the work. Words turn into action, from spark to ship, all on your iPhone.

4 tools1 methodsspec API surface

What can an agent do with mana.am WebMCP tools?

Your Personal Agent for iPhone. Conversation becomes creation — let Mana do the work. Words turn into action, from spark to ship, all on your iPhone. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on mana.am

Tool 1 of 4WebMCPAnswer

search_community_apps

Search and browse published Mana creations.

How to install

Open the mana.am website and ask your browser agent to use search_community_apps

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_community_apps tool on mana.am with q: <string>, sort: <string>, category: <string>, tag: <string>, featuredOnly: <boolean>, offset: <integer>, limit: <integer>, locale: <string>. Return the structured result and cite the source page.

Input contract

  • q string Search text.
  • sort string Sort order.
  • category string Category slug.
  • tag string Tag key.
  • featuredOnly boolean Restrict to featured creations.
  • offset integer
  • limit integer
  • locale string BCP-47 locale.

Open the source definition

Tool 2 of 4WebMCPAnswer

get_popular_tags

List popular tags used by the Mana community.

How to install

Open the mana.am website and ask your browser agent to use get_popular_tags

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_popular_tags tool on mana.am with limit: <integer>. Return the structured result and cite the source page.

Input contract

  • limit integer Maximum number of tags to return.

Open the source definition

Tool 3 of 4WebMCPAnswer

get_public_share

Fetch either a public Mana creator profile or one public Mana creation.

How to install

Open the mana.am website and ask your browser agent to use get_public_share

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_public_share tool on mana.am with kind: <string>, handle: <string>, slug: <string>, locale: <string>. Return the structured result and cite the source page.

Input contract

  • kind string Use "creator" for a public creator profile, or "app" for one creation.
  • handle string Creator handle.
  • slug string Required when kind is "app": the published app slug.
  • locale string BCP-47 locale.

Open the source definition

Tool 4 of 4WebMCPAnswer

get_creator_profile

Look up a Mana creator's public profile and their published apps by their handle (e.g. 'simon').

How to install

Open the mana.am website and ask your browser agent to use get_creator_profile

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_creator_profile tool on mana.am with handle: <string>. Return the structured result and cite the source page.

Input contract

  • handle string The creator's handle, without the leading @.

Open the source definition