Skip to main content
Glama

get_user_info

Retrieve user metadata, including time zone and calendar IDs, from the Fulcra Context MCP server to access essential details stored in the Context by Fulcra system.

Instructions

Return general info about the Context by Fulcra user.

Returns user references such as time zone, calendar ids, and other metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_user_info' tool. It is decorated with @mcp.tool() which registers it with the MCP server. Fetches user information using FulcraAPI and returns it as a JSON string.
    @mcp.tool() async def get_user_info() -> str: """Return general info about the Context by Fulcra user. Returns user references such as time zone, calendar ids, and other metadata. """ fulcra = get_fulcra_object() user_info = fulcra.get_user_info() return "User information: " + json.dumps(user_info)

Other Tools

Related Tools

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/fulcradynamics/fulcra-context-mcp'

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