Skip to main content
Glama

get_study_status

Check the current status of a user interview study to monitor progress and retrieve insights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_idYes

Implementation Reference

  • The implementation of the get_study_status MCP tool, which calls the usercall API to retrieve study status.
    server.tool(
      "get_study_status",
      {
        study_id: z.string().uuid(),
      },
      async (input) => {
        const payload = await callUsercallApi(
          `/api/v1/agent/studies/${input.study_id}`,
        );
        return result(payload);
      },
    );

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/junetic/mcp-usercall'

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