Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

Start Project Tests

openl_start_project_tests

Start test execution for a project, automatically opening design repositories if needed, and return execution status with metadata for retrieving results.

Instructions

Start project test execution. For design repositories the project is automatically opened if closed; for repository 'local' the project is not opened (tests run directly). Returns execution status and metadata. Test results can be retrieved using openl_get_test_results_summary, openl_get_test_results, or openl_get_test_results_by_table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableIdNoTable ID to run tests for a specific table. Table type can be test table or any other table. If not provided, tests for all test tables in the project will be run.
projectIdYesProject ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting.
fromModuleNoModule name to run tests from.
testRangesNoTest ranges to run. Can be provided only if tableId is Test table. Example: '1-3,5' to run tests with numbers 1,2,3 and 5. If not provided, all tests in the test table will be run.
response_formatNoResponse format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with contextjson

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv1.2.0
    • changedInput schema / properties / fromModule / description
      Previous value: -"Module name to run tests from (reserved for future use - not currently used)"New value: +"Module name to run tests from."
    • changedInput schema / properties / response_format / default
      Previous value: -"markdown"New value: +"json"
    • changedInput schema / properties / response_format / description
      Previous value: -"Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context"New value: +"Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context"
  2. First observedv0.0.0

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With only openWorldHint in annotations, the description carries the burden of behavioral context. It discloses a non-obvious side effect (automatic project opening for design repositories, not for local) and states the return type (execution status and metadata). It does not mention whether execution is asynchronous or blocks, but it provides meaningful behavior beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler: the main action is front-loaded, the repository-specific caveat follows, and the result-retrieval guidance closes it. Every sentence adds information that is not available from the schema alone.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 5-parameter tool with no output schema, the description covers the lifecycle by saying what is returned and which sibling tools retrieve the actual results. It could be more explicit about whether the call blocks until tests finish or only kicks off execution, but the essential call-and-follow-up flow is clear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the property descriptions already explain projectId, tableId, fromModule, testRanges, and response_format. The description adds no parameter-level meaning, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and object, 'Start project test execution,' which clearly distinguishes this from the many project-management and trace siblings. It further differentiates itself from the result-retrieval tools by name and by noting what happens after execution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states the action and covers a key conditional: design repositories auto-open the project, while 'local' runs tests directly. It also tells the agent where to get results afterward via openl_get_test_results_summary, openl_get_test_results, or openl_get_test_results_by_table, though it does not explicitly say when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other 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/openl-tablets/openl-mcp'

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