Skip to main content
Glama

get_organization_info

Retrieve details about the current Devin organization. Integrates with MCP-Devin to support Slack workflows, task management, and thread context synchronization.

Instructions

Get information about the current Devin organization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for the get_organization_info tool. Returns JSON with organization name and base URL from configuration.
    case "get_organization_info": {
      return {
        content: [{
          type: "text",
          text: JSON.stringify({
            name: ORG_NAME,
            base_url: BASE_URL,
          }, null, 2)
        }]
      };
    }
  • src/index.ts:215-222 (registration)
    Tool registration in listTools response, including name, description, and empty input schema.
    {
      name: "get_organization_info",
      description: "Get information about the current Devin organization",
      inputSchema: {
        type: "object",
        properties: {}
      }
    }
  • Input schema definition for the tool (no required parameters).
    inputSchema: {
      type: "object",
      properties: {}
    }

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

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/kazuph/mcp-devin'

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