Skip to main content
Glama

nexus_list_exploration_sessions

List exploration sessions in WorkFlowy to organize and filter hierarchical tasks by nexus tag for efficient workflow management.

Instructions

List all exploration sessions (optionally filter by nexus_tag).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nexus_tagNo

Implementation Reference

  • MCP tool registration for 'nexus_list_exploration_sessions' with description.
        name="nexus_list_exploration_sessions",
        description="List all exploration sessions (optionally filter by nexus_tag).",
    )
  • Handler function that calls the client method to list exploration sessions.
    def nexus_list_exploration_sessions(
        nexus_tag: str | None = None,
    ) -> dict:
        """List all exploration sessions.
        
        Args:
            nexus_tag: Optional filter - only show sessions for this tag
            
        Returns:
            List of session metadata (session_id, nexus_tag, timestamps, steps, mode, etc.)
        """
        client = get_client()
        return client.nexus_list_exploration_sessions(nexus_tag=nexus_tag)

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/daniel347x/workflowy-mcp-fixed'

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