Skip to main content
Glama

Port MCP Server

by port-labs
__init__.py1.48 kB
"""Tools for Port MCP server. This module aggregates all tools for the Port MCP server. """ from src.tools.action import ( CreateActionTool, DeleteActionTool, GetActionTool, ListActionsTool, TrackActionRunTool, UpdateActionTool, ) from src.tools.ai_agent import InvokeAIAGentTool from src.tools.blueprint import ( CreateBlueprintTool, DeleteBlueprintTool, GetBlueprintsTool, GetBlueprintTool, UpdateBlueprintTool, ) from src.tools.entity import ( CreateEntityTool, DeleteEntityTool, GetEntitiesTool, GetEntityTool, UpdateEntityTool, ) from src.tools.permissions import ( GetActionPermissionsTool, UpdateActionPoliciesTool, ) from src.tools.scorecard import ( CreateScorecardTool, DeleteScorecardTool, GetScorecardsTool, GetScorecardTool, UpdateScorecardTool, ) __all__ = [ "CreateActionTool", "DeleteActionTool", "UpdateActionTool", "CreateScorecardTool", "DeleteScorecardTool", "GetScorecardTool", "GetScorecardsTool", "UpdateScorecardTool", "CreateBlueprintTool", "GetBlueprintTool", "GetBlueprintsTool", "InvokeAIAGentTool", "UpdateBlueprintTool", "DeleteBlueprintTool", "CreateEntityTool", "GetEntityTool", "GetEntitiesTool", "UpdateEntityTool", "DeleteEntityTool", "GetActionTool", "ListActionsTool", "TrackActionRunTool", "GetActionPermissionsTool", "UpdateActionPoliciesTool", ]

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/port-labs/port-mcp-server'

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