Skip to main content
Glama

get_space

Retrieve details about your Backlog workspace, including project settings and configuration, to manage team collaboration and track development progress.

Instructions

Returns information about the Backlog space

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The core handler that implements the 'get_space' tool logic by calling the Backlog client's getSpace method.
    handler: async () => backlog.getSpace(),
  • Defines the empty input schema for the get_space tool.
    const getSpaceSchema = buildToolSchema((_t) => ({}));
  • Specifies the input schema (empty), output schema (SpaceSchema), and important fields for the get_space tool.
    schema: z.object(getSpaceSchema(t)), outputSchema: SpaceSchema, importantFields: ['spaceKey', 'name', 'lang', 'timezone'],
  • Instantiates and registers the get_space tool within the 'space' toolset group.
    getSpaceTool(backlog, helper),
  • Imports the getSpaceTool factory function.
    import { getSpaceTool } from './getSpace.js';

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/nulab/backlog-mcp-server'

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